parser/regex_ext library
Extensions
- RegExpExtension on RegExp
- Extension on the RegExp class to add a global flag functionality. The global flag is used to determine if the RegExp should find all matches in the input string (true) or just the first match (false).