FunctionsString
regexp_match
Returns the first substring that matches the regex pattern. Supports optional flags such as i, n, and g.
regexp_match(…) → DynamicKind · scalar
Returns the first substring that matches the regex pattern. Supports optional flags such as i, n, and g.
Part of the String family.