RMatch - cRegEx¶
Include: Use System\Regex.pkg
Matches from the right.
Type: Function
Return data type: Integer
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sSubject |
String | Input text. |
Syntax¶
External_Function RMatch String sSubject Returns Integer
Call¶
Get RMatch of hoRegex "abc 123" to result
Description¶
Matches from the right.