Hi, I was curious if there is already around a modern library for approximate string matching in c++
The use case would be catching potential typos in string input parameters and providing the user with an error message with the closest matching suggestion coming from a list of already existing strings.
(if not we might try to roll our own.
Thanks!