Function fzyr::has_match[][src]

pub fn has_match(query: &str, candidate: &str) -> bool

Returns true if and only if candidate is a match for query

A "match" must contain all of the letters of query in order, but not necessarily continguously.