Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages