regex_match_json | Precisamento

regex_match_json

Searches a string for the first occurrence of a regex, and returns a MATCH json object.

Syntax

1
regex_match_json(regex_id, input, json_options)
Argument Type Description
regex_id real The id of the regex to use.
input string The string to search.
json_options real Additional json options (JO_*).

Returns: String (MATCH object) on success; otherwise “”

References

Exceptions

  • RegexMatchTimeoutException: Returns “”