REGEXP_COL_LIKE | Returns whether a string matches a regular expression in a column. |
REGEXP_EXTRACT | Extracts the first string in expression that matches the REGEXP expression and corresponds to the REGEX group index. |
REGEXP_LIKE | Returns whether a string matches a regular expression. |
REGEXP_MATCHES | Returns whether a string matches a regular expression. |
REGEXP_REPLACE | Finds strings that match the given regular expression and replaces the strings with the given string. |
REGEXP_SPLIT | Splits an input string by using a regular expression according to a keyword and an integer value. |