Text Diff
Compare two texts and highlight differences
Category
How to Use
- Enter original text on the left
- Enter modified text on the right
- Click "Compare" to see differences — added lines in green, removed in red
Examples
-
Compare two code snippets
Input:
const a = 1; const b = 2;Output:
Removed: const a = 1; / Added: const a = 10;
FAQ
- What diff algorithm is used?
- Line-by-line comparison. Identical lines are marked unchanged, different lines are marked as removed and added.
Related tools
- Word Counter
Count words, characters, lines, and more
- Case Converter
Convert English text to various cases
- Markdown Preview
Live preview of Markdown rendering
- Excel to SQL IN
Convert Excel column data to SQL IN statement format with custom delimiters
- 3D Font Generator
Convert text to 3D model with GLB and GLTF format download
- PII / NER Redaction
Browser-side sensitive information detection and redaction with deterministic rules and GLiNER ONNX/WebNN enhancement