package
1.1.8
Repository: https://github.com/lithammer/fuzzysearch.git
Documentation: pkg.go.dev

# Functions

Find will return a list of strings in targets that fuzzy matches source.
FindFold is a case-insensitive version of Find.
FindNormalized is a unicode-normalized version of Find.
FindNormalizedFold is a unicode-normalized and case-insensitive version of Find.
LevenshteinDistance measures the difference between two strings.
Match returns true if source matches target using a fuzzy-searching algorithm.
MatchFold is a case-insensitive version of Match.
MatchNormalized is a unicode-normalized version of Match.
MatchNormalizedFold is a unicode-normalized and case-insensitive version of Match.
RankFind is similar to Find, except it will also rank all matches using Levenshtein distance.
RankFindFold is a case-insensitive version of RankFind.
RankFindNormalized is a unicode-normalized version of RankFind.
RankFindNormalizedFold is a unicode-normalized and case-insensitive version of RankFind.
RankMatch is similar to Match except it will measure the Levenshtein distance between the source and the target and return its result.
RankMatchFold is a case-insensitive version of RankMatch.
RankMatchNormalized is a unicode-normalized version of RankMatch.
RankMatchNormalizedFold is a unicode-normalized and case-insensitive version of RankMatch.

# Structs

# Type aliases