Function datafusion::physical_plan::regex_expressions::regexp_replace
source · [−]Expand description
Replaces substring(s) matching a POSIX regular expression.
example: regexp_replace('Thomas', '.[mN]a.', 'M') = 'ThM'