Module regexp_string_iterator

Source
Expand description

This module implements the global RegExp String Iterator object.

A RegExp String Iterator is an object, that represents a specific iteration over some specific String instance object, matching against some specific RegExp instance object. There is not a named constructor for RegExp String Iterator objects. Instead, RegExp String Iterator objects are created by calling certain methods of RegExp instance objects.

More information:

Structsยง

RegExpStringIterator