0

I have a list of names and I want to check, whether a name is present in the names in the table or not. But I have to think also on misspelling the name, so I want to find those names, which are misspelled with PARAMETER number of characters, i.e. the name has +-PARAMETER number of characters which are different, or not present in the list. Even better, if it would be possible to have two different parameters for length and differences. Example: My list contains John Doe, Adam Smith, Maria Thompson. I want to find Merie Bhompson if PARAMETER is 3 or more, but not find it if PARAMETER is 2 or less.I also want to find Mariaqqq Thompson as well as Ma Thompson if my PARAMETER is 3 or more. It should also work if my list contains O Le and PARAMETER is 5 (name is 4 characters long including space). Can you please help me finding a solution?

4

0 回答 0