natural icon indicating copy to clipboard operation
natural copied to clipboard

[Feature Request] A custom checking function for levenshteinDistance

Open TheInvoker opened this issue 5 years ago • 0 comments

For levenshteinDistance, It only checks by doing a == operator. If I want to check equality using a more custom function, I would like to pass that as an option.

TheInvoker avatar May 09 '20 18:05 TheInvoker