I need some library support to calculate difference between string1 & string2. And use the difference result later to calculate string2 using string1 & diff result.
Actually, I need to implement something like post edits history like here at StackOverflow. I want to keep in DB the recent copy of post & difference w.r.t to old post. And use both of them whenever I need to see the old copy of post.
Have you heard of any libraries that can help me out to calculate string difference ?