lookbehind property

bool lookbehind
final

A "lookbehind" flag: when true, capture group 1 of pattern is treated as an unstyled prefix and excluded from the emitted token (it is not a regex look-behind assertion).

Implementation

final bool lookbehind;