Is there a way or a tool to get percentage of difference between two strings (no new line characters, no files)?
For example, if there are 2 strings and each of them is 10 characters long and differ only in 1 character, then the difference should be 10%.
The strings may have different lengths and can hardly become longer than 30 characters.