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

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