Dev Tools

Find & Replace

Bulk find and replace text. Supports plain text and regex.

Find
Replace
Input
Output
Replacements: 2
hi world
hi again
Was this page helpful?

Related tools

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

  1. Paste your text and enter the search term.
  2. Enter the replacement and toggle case sensitivity or regex as needed.
  3. 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.