Regular Expressions
Function Name | Description |
---|---|
REGEXP_LIKE | Returns true when the specified regular expression matches values in a column. Otherwise, returns false. |
REGEXP_MATCHES | Returns true when the specified regular expression matches values in a column. Otherwise, returns false. |
REGEXP_REPLACE | Finds strings that match the given regular expression and replaces the strinds with the given string. |
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.