MatchAll - cRegEx¶
Include: Use System\Regex.pkg
Returns all matched strings.
Type: Function
Return data type: String[]
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sInput |
String | Input text. |
Syntax¶
External_Function MatchAll String sInput Returns String[]
Call¶
Get MatchAll of hoRegex "A12 B34" to aMatches
Description¶
Returns all matched strings.