What is a PHP library that will show inline diffs?
- by Chad Johnson
I'm looking for a PHP library that will provide me inline diffing between two strings, like this: http://grabby.info/dfe2835f606443757ae7c18404e71781.png.
I'm using xdiff currently, but it's crossing out the entire line when a single word changes, and that's not what I want.
Any suggestions?