Find and Replace
Literal text, or a pattern in regex mode.
Use $1, $2 for capture groups in regex mode.
Result
Replace text across a whole document, literally or by regular expression.
Strip 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 toolCompare two blocks of text and highlight exactly what changed.
Open toolRepeat a block of text a set number of times, numbered or separated as you like.
Open tool