Module regexp

Source
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.