Function style::str::starts_with_ignore_ascii_case [] [src]

pub fn starts_with_ignore_ascii_case(string: &str, prefix: &str) -> bool

Returns true if a given string has a given prefix with case-insensitive match.