Function group regex

Regular expression functions Function group has those functions and groups:

  • Function match - Return true if the first string argument match the second regular expression argument.
  • Function extract_regex_group - Return the capture group within the string.

Use additional help with a function name to see more details about the function.