Text Diff
Compare two texts line by line — additions and removals highlighted.
Diff result
+ added · − removed
Advertisement
AHow to use
- 01 Paste the original text on the left.
- 02 Paste the modified text on the right.
- 03 The diff renders live — green plus lines were added, red minus lines removed.
QFAQ
How does the comparison work? +
A longest-common-subsequence (LCS) diff at line level — the same approach behind git diff, so moved lines may show as remove + add pairs.
Is there a size limit? +
400 lines per side, keeping the comparison instant in every browser. Split very large files and compare in chunks.
→Related tools
→
Word Counter
Live word, character, sentence and paragraph counts for any text.
→
Case Converter
Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case and more.
→
Remove Duplicate Lines
Delete repeated lines from any list, with tidy-up options.
→
Sort Lines
Sort list lines A–Z, numerically, by length — or shuffle them.