Function fuzzy_filter::matches

source ·
pub fn matches<'a>(filter: &'a str, other: &'a str) -> bool
Expand description

This function takes two strings: the filter, and the string to test against (“other”). It runs through “other” and determines if it matches “filter”, and returns the resulting bool