Expand description

Regex expressions

Functions§

  • Tests a string using a regular expression returning true if at least one match, false otherwise.
  • Extract a specific group from a string column, using a regular expression.
  • Replaces substring(s) matching a PCRE-like regular expression.
  • Determine which implementation of the regexp_replace to use based on the given set of arguments.