replaceMatchesLexer top-level property

Parser<ReplaceMatchesParser> replaceMatchesLexer
final

identifies replaceMatchess

Implementation

final Parser<ReplaceMatchesParser> replaceMatchesLexer =
    (string('replaceMatches(') | string('.replaceMatches('))
        .map((_) => ReplaceMatchesParser());