2

Is there a PHP library out there that can do something like this for me?

https://stackoverflow.com/posts/20353734/revisions

I'm looking to implement revisions where users can see what was added, changed and removed in posts.

Community
  • 1
  • 1

1 Answers1

2

My Favorite: FineDiff (demo)

It allows you to specify the granularity up to character-level and is faster than Text_Diff.

More: Highlight the difference between two strings in PHP

Community
  • 1
  • 1
Teaqu
  • 2,953
  • 1
  • 14
  • 21