Module: Regexp::Syntax::Token::CharacterType

Defined in:
lib/regexp_parser/syntax/token/character_type.rb

Constant Summary collapse

Basic =
[]
Extended =
%i[digit nondigit space nonspace word nonword]
Hex =
%i[hex nonhex]
Clustered =
%i[linebreak xgrapheme]
All =
Basic + Extended + Hex + Clustered
Type =
:type