Module: Regexp::Syntax::Token::Assertion

Defined in:
lib/regexp_parser/syntax/tokens/assertion.rb

Constant Summary collapse

Lookahead =
[:lookahead, :nlookahead]
Lookbehind =
[:lookbehind, :nlookbehind]
All =
Lookahead + Lookbehind
Type =
:assertion