pub fn fuzzy_indices(line: &str, pattern: &str) -> Option<(i64, Vec<usize>)>
fuzzy match line with pattern, returning the score and indices of matches
line
pattern