@Deprecated
public class CharLevelDiffer
extends Object
Diffs a String as a sequence of chars; used when words are changed to determine if the word has been merely altered
or completely replaced.
Could be used for diffing content in languages that don't use spaces for word separation.