[][src]Function fuzzy_matcher::clangd::fuzzy_match

pub fn fuzzy_match(line: &str, pattern: &str) -> Option<i64>

fuzzy match line with pattern, returning the score(the larger the better) on match