DB
FunctionsString

regexp_extract

Extracts the first regex match (or a requested capture group) from each input string.

regexp_extract(…) → Dynamic

Kind · scalar

Extracts the first regex match (or a requested capture group) from each input string.

Part of the String family.