Text Diff Checker
Paste two blocks of text to compare them side by side. Differences are highlighted line by line. All processing happens locally in your browser.
About Text Diff
This tool compares two texts line by line and highlights differences. Green lines are additions found only in the modified text. Red lines are deletions found only in the original text. Grey lines are unchanged.
Comparing whole lines answers most questions, but a line that changed by one word repaints entirely, so the word setting runs a second pass inside each changed pair and marks only the parts that moved. The unified view produces the same shape as a patch file, hunk headers included, which is what you want when the result is going into a code review rather than onto a screen. Ignoring spacing, case or blank lines all work by comparing normalised copies, so the output still shows the lines as you actually wrote them.
Related tools
Is the markup fighting you?
Escaped entities, mangled encodings and content that renders one way in the CMS and another on the page usually mean something in the pipeline is guessing. We build front ends and the publishing path behind them, so what you write is what a visitor sees.
Talk to us about your site