Open Source Library For Super Fast Fuzzy NSString Matching
Previously I mentioned the excellent Underscore.m project providing a wide number of helper methods for use when working with Cocoa classes based on the Underscore.js Javascript library.
Here’s another excellent Javascript project ported to Objective-C by Nicholas Bruning called StringScore.
StringScore solves the problem of searching strings for relevancy by providing super fast fuzzy string matching and providing a score from 0 to 1 based on the result with a result of 1 meaning the entire string was found within another string.
You can find StringScore on Github here.
A handy library to have around if you find yourself needing to search through strings.
Submit A Resource
Have you created a useful tutorial, library or tool for iOS development that you would like to get in front of our 300,000+ monthly page views from iOS developers?
You can submit the url here.
The resources we feel will appeal to our readers the most will be posted on the front page.