Match - cRegEx¶
Include: Use System\Regex.pkg
Returns whether the expression matches the input.
Type: Function
Return data type: Integer
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sInput |
String | Input text. |
Syntax¶
External_Function Match String sInput Returns Integer
Call¶
Get Match of hoRegex "abc 123" to result
Description¶
Returns whether the expression matches the input.