FunctionsString
regexp_like
Returns true when the input string matches the regex pattern. Supports optional flags such as i, n, and g.
regexp_like(…) → DynamicKind · scalar
Returns true when the input string matches the regex pattern. Supports optional flags such as i, n, and g.
Part of the String family.