Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSRegularExpressionMBS class.
NSRegularExpressionMBS.enumerateMatch(text as String, options as Integer, result as NSTextCheckingResultMBS, flags as Integer, byref stop as Boolean)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Cocoa Regular Expressions | MBS MacCocoa Plugin | 21.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
We pass through text and options for debugging.
Set stop to true to exit early.
Can be used with addHandler if needed.
result: An NSTextCheckingResultMBS specifying the match. This result gives the overall matched range via its range property, and the range of each individual capture group via its rangeAtIndex: method. The range {NSNotFound, 0} is returned if one of the capture groups did not participate in this particular match.
flags: The current state of the matching progress. See Matching Flags for the possible values.
stop: A reference to a Boolean value. The event can set the value to true to stop further processing of the array. The stop argument is an out-only argument. You should only ever set this Boolean to true within the event.
The items on this page are in the following plugins: MBS MacCocoa Plugin.