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]
Clustered =
[:linebreak, :xgrapheme]
All =
Basic + Extended + Hex + Clustered
Type =
:type