pub fn match_positions(query: &str, name: &str) -> Vec<usize>
The char indices in name that query matched, from the best alignment — for highlighting what matched. Empty if query isn’t a subsequence.
name
query