Expand description
This module implements the global RegExp object.
The RegExp` object is used for matching text with a pattern.
More information:
Modules§
- regexp_
string_ iterator - This module implements the global
RegExp String Iteratorobject.
Structs§
- RegExp
- The internal representation on a
RegExpobject.