← backText Utils
// tool
>_ Text Diff
Compare two text blocks and see the differences
// diff output
// learn
Text diff compares two text blocks line by line to find differences. Removed lines are marked red, added lines are marked green. This concept originates from the Unix diff tool and is widely used in version control (git diff).