Find and Replace

Find and replace all occurrences of text, with optional case-insensitive matching and regular expressions.

Editing and cleaning up text, code, and data without a full editor.

How to use it

  1. Paste your text

    Add the text you want to edit into the input box.

  2. Enter find and replace terms

    Type what to look for and what to replace it with.

  3. Choose options and copy

    Optionally enable case-insensitive matching or regular expressions, then copy the result.

Why use this tool?

When you need to swap every occurrence of a word or pattern in a block of text, doing it by hand is slow and easy to miss. This tool replaces them all at once and tells you how many it changed.

Common use cases

Editing drafts

Rename a character, product, or term throughout a document.

Cleaning data

Standardise values or strip unwanted strings from exported text.

Code snippets

Rename variables or update URLs across a block of code.

Frequently asked questions

Does it support regular expressions?

Yes. Enable the regular expression option to use patterns, groups, and special characters.

Can I make it case-insensitive?

Yes. Tick the case-insensitive box to match regardless of capitalisation.

Is my text uploaded?

No. All find-and-replace happens locally in your browser.

Related tools