I want to find out if you strings are almost similar. For example, string like \'Mohan Mehta\' should match \'Mohan Mehte\' and vice versa. Another example, string like \'Um
You could split the string and check to see if it contains at least one first/last name that is correct.