Function is_like_match_case_sensitive

Source
fn is_like_match_case_sensitive(
    haystack: &str,
    pattern: &str,
) -> Result<bool, EvalError>