String comparing
Is there any good algorithm for comparing two strings? For instance,
- 'hello' compared to 'hello' would return 1.
- 'hello' compared to 'hallo' would return something like 0.95.
- 'hello' compared to 'It seems like the wind's kicking up' (Jay Leno's on - I quoted him) would return 0.05.
You get the picture, right? They've got it in M$ Office, I believe.
Hope you've got a solution,
Nille

