Skip to content

Super simple interpretation of the fuzzy logic search seen in sublime text.

Notifications You must be signed in to change notification settings

HUSSTECH/HotFuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HotFuzz

Super simple interpretation of the fuzzy logic search seen in sublime text.

Credit goes to this Quora question/answer here

Core logic is a simple RegEx searching for matching combinations in the strings

matched = [string for string in ministries if re.search(".*?".join(query),string,flags=re.IGNORECASE)]

About

Super simple interpretation of the fuzzy logic search seen in sublime text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published