Module: Regexp::Syntax::Token::Assertion
- Defined in:
- lib/regexp_parser/syntax/token/assertion.rb
Constant Summary collapse
- Lookahead =
i[lookahead nlookahead]
- Lookbehind =
i[lookbehind nlookbehind]
- All =
Lookahead + Lookbehind
- Type =
:assertion
i[lookahead nlookahead]
i[lookbehind nlookbehind]
Lookahead + Lookbehind
:assertion