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