Find and Replace

Replace text or regex matches locally.

Loading tool

This tool runs in your browser. Nothing is uploaded.

Run a replacement on a pasted document without opening a desktop editor.

How to use this tool

  1. Paste your text. Put the draft or list into the field at the top of this page. Nothing is uploaded.
  2. Adjust the options. Pick the mode or flags you need. Results update in this tab.
  3. Copy the result. Use Copy when the output looks right. Refreshing the page clears the text.

Regex mode

JavaScript regular expressions, including capture groups in the replacement via $1. Invalid patterns show an error instead of running.

Frequently asked

Is replace case-sensitive?

By default yes. Uncheck Match case to ignore case.

Can I preview before replacing?

The output pane updates live. Copy when it looks right.

Are multiline patterns supported?

Yes. The dotall and multiline flags are available.

What if the pattern is invalid?

You will see the parser error. Nothing is changed.

Is my document stored?

No.