Very Simple Diff
Package:
Summary:
Compare two strings and return the differences
Groups:
Author:
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.
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.
Comments are closed.