FunctionsString
regexp_extract
Extracts the first regex match (or a requested capture group) from each input string.
regexp_extract(…) → DynamicKind · scalar
Extracts the first regex match (or a requested capture group) from each input string.
Part of the String family.