DB
FunctionsString

regexp_match

Returns the first substring that matches the regex pattern. Supports optional flags such as i, n, and g.

regexp_match(…) → Dynamic

Kind · scalar

Returns the first substring that matches the regex pattern. Supports optional flags such as i, n, and g.

Part of the String family.