Does anyone know if Python has a function like similar_text in PHP. It compares two strings and returns a percentage for the match. Anyone know of anything like this in Python and would be willing to send along an example?
See the difflib module. http://docs.python.org/library/difflib.html -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list