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