Find & Replace
Bulk find and replace text. Supports plain text and regex.
hi world hi again
Related tools
Count words, characters, and lines instantly.
Write rich, structured content with a block-style editor and get clean JSON output, entirely in your browser.
Write and format rich text with a full WYSIWYG toolbar: headings, lists, colors, links, images, and more, entirely in your browser.
A rich-text WYSIWYG editor built on ProseMirror, with a full formatting toolbar for headings, lists, code blocks, and more, entirely in your browser.
Write and edit Markdown in a live WYSIWYG editor with tables, task lists, code blocks, and slash commands, entirely in your browser.
Compare two texts and highlight differences.
About Find & Replace
Find and replace text across a document, with optional case sensitivity and regular-expression support. A fast way to make bulk edits without opening an editor.
How to use
- Paste your text and enter the search term.
- Enter the replacement and toggle case sensitivity or regex as needed.
- Apply the replacement and copy the result.
Frequently asked questions
- Can I use capture groups?
- Yes — enable regex mode and reference capture groups (such as $1) in the replacement field.
- Is replacement global?
- All matches are replaced by default so you can transform the whole document in one pass.