What is the easiest way to highlight the difference between two strings in PHP?
I\'m thinking along the lines of the Stack Overflow edit history page, where new text
What you are looking for is a "diff algorithm". A quick google search led me to this solution. I did not test it, but maybe it will do what you need.