Info
Version: | 1.0.0 |
Author(s): | mamift (with thanks to Forrest Smith) |
Last Update: | Friday, April 12, 2019 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/mamift/FuzzyMatch |
NuGet Url: | https://www.nuget.org/packages/FuzzyMatch |
Install
Install-Package FuzzyMatch
dotnet add package FuzzyMatch
paket add FuzzyMatch
FuzzyMatch Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Include an additional API for formatting parts of the string that has matched chars. Implements the algorithm originally detailed here: https://medium.com/forrest-the-woods/reverse-engineering-sublime-text-s-fuzzy-match-4cffeed33fdb.