Want to create a new list from another larger list containing similar items from the larger list..My larger list contains values [Everton, QPR, Arsenal, Eveton, Manchester, Leicester, Leicster ..etc]
Wanted to find a way to create new lists containing largely similar items from the list above using regex..ie Everton and Eveton should be included in new list as they are largely similar.
Dont have code as I don't know how to do such an operation
Thanks