@extra-string/matching-ngram-count
Count matching n-grams between strings.
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.
Replace suffix match in string with specified value.
Get Sørensen-Dice index between strings.
Get set-listed symbol at specified index in string.
Convert string to camel case.
Replace values in iterable with an object.
Filter iterable with values of specified indexes, like .pick().
Remove specified keys from object (without delete).
Get keys of all values in entries that satisfy the test, like Array.findIndex().
Get key of first value in entries that satisfies the test, like Array.findIndex().
Check if two entries are equal.
Check if iterable is equal to another iterable.