Returns a modified source string replaced by a replacement string, where the occurrence of the regular expression pattern found. If no matches are found, the function returns the original string.
REGEXP_LIKE Returns a Boolean value that indicates whether the text input matches the regex pattern. REGEXP_REPLACE Returns a modified source string replaced by a replacement string, where occurrence ...