DB
FunctionsString

regexp_like

Returns true when the input string matches the regex pattern. Supports optional flags such as i, n, and g.

regexp_like(…) → Dynamic

Kind · 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.