Developer Tools - Free Online Utilities

    Multiline Formatter
    Text Case Converter
    Lorem Ipsum Generator
    Text Sort & Dedup Tool
    Unicode & Emoji Browser
    CSV to JSON/XML Converter

    JSON Formatter
    JavaScript Formatter
    SQL Query Formatter
    XML Formatter & Validator
    Regex Tester
    Diff Tool
    Number Base Converter

Diff Tool

Advanced text comparison tool with side-by-side and unified views, statistics, file upload, and export options.

Text Input
Original Text
Modified Text
Comparison Result
original.txt
modified.txt
1
function greet(name) {
1
function greet(name) {
2
-
console.log("Hello " + name);
2
+
console.log(`Hello ${name}!`);
3
+
return `Welcome, ${name}`;
3
}
4
}
View Options
Statistics
Similarity
0%
Original Lines3
Modified Lines4
Added Lines
+1
Removed Lines
-0
Unchanged0
Diff Guide

View Modes:

Side by Side: Shows original and modified text in separate columns

Unified: Shows changes in a single column with +/- indicators

Color Coding:

Green - Added content

Red - Removed content

• Gray - Unchanged content