Module: Regexp::Syntax::Token::Anchor

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

Constant Summary collapse

Basic =
%i[bol eol]
Extended =
Basic + %i[word_boundary nonword_boundary]
String =
%i[bos eos eos_ob_eol]
MatchStart =
%i[match_start]
All =
Extended + String + MatchStart
Type =
:anchor