Find if one string is "oneEditAway" from another string
Anonymous
Is replacement one of options? If so, I think previous answer would be perfect if we add one more check oneEditAway(string1.substring(i+1), string2.substring(i+1))
Check out your Company Bowl for anonymous work chats.