Fuzzy matcher
Fuzzy matcher.
This class is used by the command palette to match search terms.
Matcher
class
¶
A fuzzy matcher.
Parameters
Name | Type | Description | Default |
---|---|---|---|
query |
str
|
A query as typed in by the user. |
required |
match_style |
Style | None
|
The style to use to highlight matched portions of a string. |
None
|
case_sensitive |
bool
|
Should matching be case sensitive? |
False
|