Registry / utility / fuzzy-match

fuzzy-match

JSON →
library2.1.0rbrubygemsunverified

Find a needle in a haystack using string similarity and (optionally) regexp rules.

gem install fuzzy_match
INSTALL
IMPORT
SIG · FUZZY-MATCH
F
fuzzy-match
utilityrubyv2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FuzzyMatch
require 'fuzzy_match'

Find the best match for a string in a collection.

require 'fuzzy_match' fz = FuzzyMatch.new(['hello', 'world', 'ruby']) puts fz.find('helo') # => 'hello'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
fuzzy-match — gem install fuzzy-match · libregistry