I want to compare (case insensitive) two strings ignoring punctuation marks like dots, commas or other symbols (like spanish or french letters ó ü ê etc)
Some examples:
  Hello == Helló
  Hello, Sam == Hello sam
  geo-code   == geocode == geo code
(Is not necessary to cover all the options)
Whats the best solution (external libraries, methods, etc)
 
     
    