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

Function regexp_count

Source
pub fn regexp_count(
    values: Expr,
    regex: Expr,
    start: Option<Expr>,
    flags: Option<Expr>,
) -> Expr
Expand description

Returns the number of consecutive occurrences of a regular expression in a string.