Module: Regexp::Syntax::Token::CharacterType
- Defined in:
- lib/regexp_parser/syntax/tokens/character_type.rb
Constant Summary collapse
- Basic =
[]
- Extended =
[:digit, :nondigit, :space, :nonspace, :word, :nonword]
- Hex =
[:hex, :nonhex]
- All =
Basic + Extended + Hex
- Type =
:type