T
Travis
I understand its possible to locate substrings within a string (http://
www.cplusplus.com/reference/string/string/find.html) but is it
possible to compare two strings for a particular threshold of
similarity. Like saying return true if string1 and string2 are say,
80% alike?
www.cplusplus.com/reference/string/string/find.html) but is it
possible to compare two strings for a particular threshold of
similarity. Like saying return true if string1 and string2 are say,
80% alike?