Module: Regexp::Syntax::Token::Anchor
- Defined in:
- lib/regexp_parser/syntax/tokens/anchor.rb
Constant Summary collapse
- Basic =
[:bol, :eol]
- Extended =
Basic + [:word_boundary, :nonword_boundary]
- String =
[:bos, :eos, :eos_ob_eol]
- MatchStart =
[:match_start]
- All =
Extended + String + MatchStart
- Type =
:anchor