Hi All, a new Kotlin Multiplatform library - Fuzzy...
# feed
p
Hi All, a new Kotlin Multiplatform library - FuzzyWuzzy-Kotlin. Useful for fuzzy string matching/string similarity scoring. Builds to JVM, iOS, js, macOS, linux, wasm, win (only iOS, JVM, JS are tested). https://github.com/willowtreeapps/fuzzywuzzy-kotlin
👍 10
p
thank you
d
It's only for English right @Patrick Jackson, or could it work with other languages?
p
not heavily tested in in other languages but should if using the english charset. I did run into some issues with regex for the different platforms when using unicode chars, so I think there will be different results depending on the platform for now. Fix is to a working regex for each platform, or a fix in the Kotlin stdlib
d
Ok, thanks!