Hey,
Does anyone have any suggestions to solve an issue on comparing strings:
str1 = "1234567890"
str2 = "123 567890"
These strings match 90% on character and placement -- that is easy to see. Is it easy to code and I have just spent too much time thinking about it?
Thanks.
Does anyone have any suggestions to solve an issue on comparing strings:
str1 = "1234567890"
str2 = "123 567890"
These strings match 90% on character and placement -- that is easy to see. Is it easy to code and I have just spent too much time thinking about it?
Thanks.