❔ Smart Regex
Is there some general Regex that websites apply to find the most matching alternative from a list of words?
Example: A customer searches for "DogService.v1.Google"
Now the regex needs to be able to determine if that is closer to one of these two alternatives:
"CatService.V1"
"DogSvc.Google"
Example: A customer searches for "DogService.v1.Google"
Now the regex needs to be able to determine if that is closer to one of these two alternatives:
"CatService.V1"
"DogSvc.Google"