Very Simple Diff

Package:
Very Simple Diff
Summary:
Compare two strings and return the differences
Groups:
Text processing
Author:
Tom Parkison
Description:
This class can be used to compare two strings and return the differences.

It splits two strings in lines and compare the lines to determine the differences.

The class returns two arrays that tell which lines would need to be added or removed to turn the first string into the second string.


Powered by Gewgley