Skip to main content

regexp_match_static

Function regexp_match_static 

Source
fn regexp_match_static<'a>(
    haystack: Datum<'a>,
    temp_storage: &'a RowArena,
    needle: &Regex,
) -> Result<Datum<'a>, EvalError>