ποΈ 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.