luxe: fuzzy
import "luxe: fuzzy" for Fuzzyno docs found
Fuzzy.sorted(..)
Section titled “Fuzzy.sorted(..)”Fuzzy.sorted(pattern : String, items : List) : unknownno docs found
Fuzzy.matches(..)
Section titled “Fuzzy.matches(..)”Fuzzy.matches(pattern : String, items : List) : unknownno docs found
Fuzzy.matches(…)
Section titled “Fuzzy.matches(…)”Fuzzy.matches(pattern : String, items : List, fn : Fn) : unknownno docs found
Fuzzy.match(..)
Section titled “Fuzzy.match(..)”Fuzzy.match(pattern : String, str : String) : Resultno docs found
Fuzzy.match_at(…)
Section titled “Fuzzy.match_at(…)”Fuzzy.match_at(pattern : List, str : List, pattern_idx : Any, str_idx : Any) : Boolreturns true if character at two positions is the same
Fuzzy.match_simple(..)
Section titled “Fuzzy.match_simple(..)”Fuzzy.match_simple(pattern : String, str : String) : Boolreturns true if each character in pattern is found sequentially within str
Fuzzy.is_camel_case(..)
Section titled “Fuzzy.is_camel_case(..)”Fuzzy.is_camel_case(c0 : Num, c1 : Num) : unknownno docs found
Fuzzy.match_recursive(…)
Section titled “Fuzzy.match_recursive(…)”Fuzzy.match_recursive(pattern : List, str : List, pattern_idx : Num, str_idx : Num, srcMatches : List, matches : List, maxMatches : Num, nextMatch : Num, count : Num, limit : Num) : Resultno docs found
FuzzyResult
Section titled “FuzzyResult”import "luxe: fuzzy" for FuzzyResultno docs found
FuzzyResult.item
Section titled “FuzzyResult.item”FuzzyResult.item : unknownno docs found
FuzzyResult.score
Section titled “FuzzyResult.score”FuzzyResult.score : unknownno docs found
FuzzyResult.matches
Section titled “FuzzyResult.matches”FuzzyResult.matches : unknownno docs found
FuzzyResult.new(…)
Section titled “FuzzyResult.new(…)”FuzzyResult.new(item : String, score : Num, matches : List) : FuzzyResultno docs found
FuzzyScore
Section titled “FuzzyScore”import "luxe: fuzzy" for FuzzyScoreno docs found
FuzzyScore.sequential_bonus
Section titled “FuzzyScore.sequential_bonus”FuzzyScore.sequential_bonus : Numno docs found
FuzzyScore.separator_bonus
Section titled “FuzzyScore.separator_bonus”FuzzyScore.separator_bonus : Numno docs found
FuzzyScore.camel_bonus
Section titled “FuzzyScore.camel_bonus”FuzzyScore.camel_bonus : Numno docs found
FuzzyScore.first_letter_bonus
Section titled “FuzzyScore.first_letter_bonus”FuzzyScore.first_letter_bonus : Numno docs found
FuzzyScore.leading_letter_penalty
Section titled “FuzzyScore.leading_letter_penalty”FuzzyScore.leading_letter_penalty : Numno docs found
FuzzyScore.max_leading_letter_penalty
Section titled “FuzzyScore.max_leading_letter_penalty”FuzzyScore.max_leading_letter_penalty : Numno docs found
FuzzyScore.unmatched_letter_penalty
Section titled “FuzzyScore.unmatched_letter_penalty”FuzzyScore.unmatched_letter_penalty : Numno docs found