Do you know of a good method/script for finding the text 'diff'?
3
-
No, but I'd like to. +1 +FavouritePekka– Pekka2010-02-01 17:08:52 +00:00Commented Feb 1, 2010 at 17:08
-
See this SO threadJohn Conde– John Conde2010-02-01 17:10:24 +00:00Commented Feb 1, 2010 at 17:10
-
You know what? There are dozens of this answer if you've ever google for it. Even already asked more than twice here in stackoverflow! stackoverflow.com/questions/112523/calculate-text-diffs-in-php stackoverflow.com/questions/736771/…Francis– Francis2010-02-01 17:12:10 +00:00Commented Feb 1, 2010 at 17:12
Add a comment
|
1 Answer
You might try using the PEAR Text_Diff it provides a text-based diff engine and renders for multiple diff output formats.