@extra-string/uncommon-infix
Get uncommon infix of strings.
Get uncommon infix of strings.
Get Euclidean distance between strings, with normalized single UTF-16 code.
Get index of first value that satisfies the test, like `Array.findIndex()`.
Get Hamming distance between strings.
Get Jaccard index between strings.
Get Jaro distance between strings (rosettacode).
Get Levenshtein distance between strings.
Compare two strings in current locale.
The string 'abcdefghijklmnopqrstuvwxyz'.
Replace parts of string using map.
Replace prefix of string using map.
Replace suffix of string using map.
Count matching n-grams between strings.
Get matching n-grams between strings.
Return a portion of a string.
Replace parts of string using object.
Replace prefix of string using object.
Replace suffix of string using object.
Reduce characters to a string from right, like `Array.reduceRight()`.
Replace prefix match in string with specified value.