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
I came across this PHP diff class by Chris Boulton based on Python difflib which could be a good solution:
PHP Diff Lib