Functionsยง
- regexp_
count - Returns the number of consecutive occurrences of a regular expression in a string.
- regexp_
like - Returns true if a has at least one match in a string, false otherwise.
- regexp_
match - Returns a list of regular expression matches in a string.
- regexp_
replace - Replaces substrings in a string that match.