DevBench

Free tool

Text Diff

Compare two text blocks and highlight line differences.

Line diff

  • same
    - function hello() {
    function hello() {
  • changed
    - return 'world';
    + return 'DevBench';
  • same
    - }
    }