Searches a string for all occurrences of a regex, beginning at the specified location, and returns a MATCHES json object.
Syntax
1
regex_matches_from_json(regex_id, input, startat, json_options)
Argument | Type | Description |
---|---|---|
regex_id | real | The id of the regex to use. |
input | string | The id of the string to search. |
startat | real | The position to start from. |
json_options | real | Additional json options (JO_*). |
Returns: String (MATCHES)