regexp_count
Returns the number of occurrence of pattern in string.
Supported Signatures
regexp_extract
Returns the first substring matched in a string by the regular expression pattern.
Examples:
examples.sql
regexp_extract_all
Returns the substrings of a string matched by the regular expression pattern.
Supported Signatures
regexp_like
Evaluates the regular expression pattern and determines if it is contained within string.
Examples:
examples.sql