MatchAllGroups - cRegEx¶
Include: Use System\Regex.pkg
Returns matched capture groups.
Type: Function
Return data type: String[][]
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sSubject |
String | Input text. |
Syntax¶
External_Function MatchAllGroups String sSubject Returns String[][]
Call¶
Get MatchAllGroups of hoRegex "abc 123" to result
Description¶
Returns matched capture groups.