replaceMatchesLexer top-level property
identifies replaceMatchess
Implementation
final Parser<ReplaceMatchesParser> replaceMatchesLexer =
(string('replaceMatches(') | string('.replaceMatches(')).map(
(_) => ReplaceMatchesParser.empty(),
);