Registry / utility / renstrom-fuzzysearch

renstrom-fuzzysearch

JSON →
library1.1.8gogounverified

A Go library for fuzzy string matching, providing functions like Levenshtein distance and fuzzy search.

go get github.com/renstrom/fuzzysearch
INSTALL
IMPORT
SIG · RENSTROM-FUZZYSEAR
R
renstrom-fuzzysearch
utilitygov1.1.8
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.

fuzzysearch
github.com/renstrom/fuzzysearch

Fuzzy find matches for a string in a slice.

package main import ( "fmt" "github.com/renstrom/fuzzysearch/fuzzy" ) func main() { matches := fuzzy.Find("kitten", []string{"sitting", "kitchen", "kitten"}) fmt.Println(matches) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
renstrom-fuzzysearch — go get renstrom-fuzzysearch · libregistry