Find & replace

What is Find & replace?

Bulk find-and-replace across a block of text, with the option to use a full regular expression instead of a literal string match — useful for cleaning up pasted data or reformatting text without opening a code editor.

How to use it

Enter what to find and what to replace it with, optionally enabling regex mode, case-insensitivity, and whether to replace all occurrences or just the first.

Example

Find "cat" replace "dog" in "The cat sat on the mat. The cat was happy." -> "The dog sat on the mat. The dog was happy." (2 replaced)