[][src]Function rustils::string::adv_contains_any_str

pub fn adv_contains_any_str(
    s: &String,
    search: &[&str]
) -> (bool, usize, String)