MatchAllCallback - cRegEx¶
Include: Use System\Regex.pkg
Invokes a callback for matches.
Type: Function
Return data type: Integer
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sSubject |
String | Input text. |
hoObj |
Handle | Callback object. |
hoMessage |
Handle | Callback message. |
Syntax¶
External_Function MatchAllCallback String sSubject Handle hoObj Handle hoMessage Returns Integer
Call¶
Get MatchAllCallback of hoRegex "abc 123" to result
Description¶
Invokes a callback for matches.