|
- OCCURRENCES_REGEX(pattern IN string
+ OCCURRENCES_REGEX(pattern IN string)
regexp_count(string, pattern)
|
- POSITION_REGEX(pattern IN string
+ POSITION_REGEX(pattern IN string)
regexp_instr(string, pattern)
|
- SUBSTRING_REGEX(pattern IN string
+ SUBSTRING_REGEX(pattern IN string)
regexp_substr(string, pattern)
|
- TRANSLATE_REGEX(pattern IN string WITH replacement
+ TRANSLATE_REGEX(pattern IN string WITH replacement)
regexp_replace(string, pattern, replacement)