phpalgorithmcomparestringcomparer

How to compare text


Like the title, How to compare text?. For a example, go to textdiff.com.


Solution

  • Check out Levenshtein distance. This is a fairly general algorithm for identifying differences between two strings.