Function strip_prefix_symbol

Source
fn strip_prefix_symbol(line: &str, symbol: char) -> Option<(usize, &str)>