Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::physical_expr::regex_expressions - Rust
[go: Go Back, main page]

Expand description

Regex expressions

Functions§

  • Tests a string using a regular expression returning true if at least one match, false otherwise.
  • Extract a specific group from a string column, using a regular expression.
  • Replaces substring(s) matching a PCRE-like regular expression.
  • Determine which implementation of the regexp_replace to use based on the given set of arguments.