RegExpExtension extension
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).
- on
Properties
- global ↔ bool
-
Available on RegExp, provided by the RegExpExtension extension
Getter for the global flag. Returns true if the global flag is set, otherwise returns false.getter/setter pair