Snowflake Functions
String Functions
regexp_count
returns number of matches of regular expression pattern in subject Supported Signatures
regexp_instr
returns position at which the subject matches the regular expression pattern Supported Signatures
regexp_like
returns TRUE if subject RLIKE pattern Supported Signatures
regexp_replace
replaces substring in subject matching a regular expression pattern Supported Signatures
regexp_substr
returns substring in subject which matches the regular expression pattern Supported Signatures
regexp_substr_all
returns all substring in subject which matches the regular expression pattern Supported Signatures