Module datafusion::physical_plan::regex_expressions[][src]

Regex expressions

Functions

regexp_match

extract a specific group from a string column, using a regular expression

regexp_replace

Replaces substring(s) matching a POSIX regular expression.