Skip to main content

is_regexp_match_case_sensitive

Function is_regexp_match_case_sensitive 

Source
fn is_regexp_match_case_sensitive(
    haystack: &str,
    needle: &str,
) -> Result<bool, EvalError>