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::functions::regex::expr_fn - Rust
[go: Go Back, main page]

Module expr_fn

Source

Functionsยง

regexp_count
Returns the number of consecutive occurrences of a regular expression in a string.
regexp_like
Returns true if a has at least one match in a string, false otherwise.
regexp_match
Returns a list of regular expression matches in a string.
regexp_replace
Replaces substrings in a string that match.