Platforms to show: All Mac Windows Linux Cross-Platform
PCRE2IteratorMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Regular Expressions | MBS RegEx Plugin | 22.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Implements Iterable and Iterator interfaces.
This class is hidden for auto complete as you don't need to use it manually. Please use it using for each loops.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 4 methods
- method Constructor Private
- method Iterator as Iterator
- method MoveNext as Boolean
- method Value as Variant
This class has no sub classes.
Interfaces:
2 interfaces.
Blog Entries
- MBS Xojo Plugins, version 23.6pr1
- Embracing for each loops
- The Top 10 from the MBS Xojo Plugins in 2022
- News from the MBS Xojo Plugins Version 22.2
- MBS Xojo Plugins, version 22.2pr6
Xojo Developer Magazine
Release notes
- Version 24.0
- Added Hidden attribute to JSONIteratorMBS, XMLIterateAttributeNodesMBS, XMLIterateChildNodesMBS, XMLIterateElementsMBS, DynaPDFIteratorMBS and PCRE2IteratorMBS classes to hide it from auto complete. Since you use it via for each loops indirectly, you never need to use these classes directly.
Some methods using this class:
- PCRE2CodeMBS.Matches(Text as String, StartOffsetCharacters as Integer = 0, MatchContext as PCRE2MatchContextMBS = nil) as PCRE2IteratorMBS
Some related classes:
- class DynaPDFIteratorMBS
- class JSONIteratorMBS
- class PCRE2CodeMBS
- class PCRE2MatchContextMBS
- class XMLIterateAttributeNodesMBS
- class XMLIterateChildNodesMBS
- class XMLIterateElementsMBS
The items on this page are in the following plugins: MBS RegEx Plugin.
PCRE2ExceptionMBS - PCRE2MatchContextMBS
