Text Diff Viewer
Compare two texts and highlight the differences. Line-by-line diff with color coding.
+2 行追加-3 行削除
差分
+function greet(name, greeting = "Hello") {
+ console.log(greeting + ", " + name + "!");
-function greet(name) {
- console.log("Hello, " + name);
- return true;
}
Related Tools
About this tool
Compare two texts and highlight the differences. Line-by-line diff with color coding.