Platforms to show: All Mac Windows Linux Cross-Platform

Back to PCRE2IteratorMBS class.

PCRE2IteratorMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

PCRE2IteratorMBS.Iterator as Iterator

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the iterator.

Part of the iterable interface.
Returns self.

PCRE2IteratorMBS.MoveNext as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves to next position.

Returns true if we found something or false if we finished or didn't found anything.

PCRE2IteratorMBS.Value as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries current match.

Returns PCRE2MatchDataMBS object for the match.

To increase performance, the object is cached and reused.
So if you like to keep it, please call Copy method to clone it.

The items on this page are in the following plugins: MBS RegEx Plugin.


The biggest plugin in space...