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 Iterator
object.
Structs§
- RegExp
- The internal representation on a
RegExp
object.