textual.fuzzy
Fuzzy matcher.
This class is used by the command palette to match search terms.
FuzzySearch
¶
FuzzySearch(case_sensitive=False)
Performs a fuzzy search.
Unlike a regex solution, this will finds all possible matches.
Parameters:
Matcher
¶
Matcher(query, *, match_style=None, case_sensitive=False)