Skip to main content

strip_ci_prefix

Function strip_ci_prefix 

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

大文字小文字を無視して前置詞を剥がす。min-width : のような空白も許容。