like
Checks whether a given expression fuzzy matches the specified pattern.
regexp
Checks whether a given expression matches the regular expression specified by pattern.
regexp_count
Counts the number of times a pattern occurs in a string.
regexp_extract
Returns the first substring in a string that matches the specified regular expression pattern.
regexp_extract_all
Extracts all substrings from a string that match a regular expression pattern at the specified capture group index.
regexp_replace
Replaces substrings matching a regular expression pattern with a replacement string.