Introduction - If you have any usage issues, please Google them yourself
Also known as Levenshtein distance (also known as Edit Distance), is between two strings, one by one turned into the minimum required number of editing operations. Editing operation permit include replacing one character to another character, insert a character, delete a character.