does anyone know if exist an algorithm that given one string A and an array of strings B, compares the A string with all the strings in B giving in output the most similar o
This is usually done with checking a bunch of variations of the string that you have ... take a look at spelling correction algorithms - e.g. here