Hello!
I'm working on text processing/analyze project and I really need a string compare function that will work not only tell if 2 strings are equal but will also show result is in percentage. If the strings are exactly equal, it would return 1, if they have nothing in common, it would return 0.
Something like this Perl script:
http://search.cpan.org/~druoso/String-C ... Compare.pm
Is there anything like it on Java?
Thank you


