strip_prefix_ci

Function strip_prefix_ci 

Source
fn strip_prefix_ci<'a>(text: &'a str, prefix: &str) -> Option<&'a str>
Expand description

Case-insensitive prefix strip: if text starts with prefix (case-insensitive), returns the rest of text (preserving original case).