Text Compare & Diff
Differences
Differences are found with a longest-common-subsequence pass, the same approach diff uses, so unchanged text is matched as a block rather than character by character.
Compare two blocks of text and highlight exactly what changed.
Differences are found with a longest-common-subsequence pass, the same approach diff uses, so unchanged text is matched as a block rather than character by character.
Replace text across a whole document, literally or by regular expression.
Open toolStrip repeated lines from a list, keeping the first or the last of each.
Open toolJoin wrapped lines back into flowing paragraphs, or strip breaks entirely.
Open toolReverse text by character, by word or by line.
Open toolSort lines alphabetically, numerically, by length or at random.
Open toolRepeat a block of text a set number of times, numbered or separated as you like.
Open tool