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.
- Open Source Tool For Automatically Graphing Objective-C Class/Instance Details
- Tool/Library For Using Flash .SWF Assets Within Cocos2D-iPhone And Cocos2-X Apps
- Dead Simple Library For Creating MD5, SHA1, And SHA256 Hashes From NSData and NSString Objects
- Super Easy Way To Create Game Music (Videos)
- Tool/Library Providing An F-Script Like Shell For Tweaking iOS Apps Remotely
Original article: Open Source Library For Super Fast Fuzzy NSString Matching
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.