What is a PHP library that will show inline diffs?
Posted
by Chad Johnson
on Stack Overflow
See other posts from Stack Overflow
or by Chad Johnson
Published on 2010-04-09T20:37:00Z
Indexed on
2010/04/09
20:43 UTC
Read the original article
Hit count: 414
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?
© Stack Overflow or respective owner