Open Doc Tools

Find & Replace

Plain text or regex, with a live match count and capture groups in the replacement.

Runs in your browser — nothing uploaded

How to find & replace

  1. Paste your text.
  2. Enter what to find and what to replace it with. Switch on regex for patterns.
  3. Check the live match count, then apply.

Questions

What can I do with regex mode?
Match patterns rather than fixed strings — every number, every email address, text between two markers — and reuse captured groups in the replacement, so you can reformat rather than just substitute.
Nothing matched. Why?
Check case sensitivity first, then invisible characters. Text copied from a PDF often carries non-breaking spaces that look identical to ordinary ones but are a different character.

More text tools

Find & Replace — Open Doc Tools