资 源 简 介
This is a package of a few classes that allow you to find differences between two strings and store the resulting diffs compactly in a database.
There are two ways of comparing strings: by characters or by sequences of characters belonging to the same type. I.e. sequences of letters, punctuation marks, digits, etc. In the frameworks of this project, such sequences are called "cars" and the string, that is broken down to "cars" is called a "Train".