SwiftyStringScore
SwiftyStringScore copied to clipboard
Swift string fuzzy ranking. Score of 0 for no match; up to 1 for perfect. "String".score(word:"str"); //=> 0.825
Results
2
SwiftyStringScore issues
Sort by
recently updated
recently updated
newest added
On the last update (0.2.2) maybe you forgot to update the pod to CocoaPods repo. You can do it by running the command: ``` pod trunk push SwiftyStringScore.podspec ``` Thank...