find_replaceText Processing12 TOOLS AVAILABLE

Find and replace

Quickly locate specific strings and substitute them with new text across your entire document.

Quickly locate specific strings and substitute them with new text across your entire document.

Use literal text or regex patterns to replace content in place.

Editable
The processed result will appear here after clicking Replace All.

Related Utilities

Precision

Replace text directly on the page without leaving the browser. Toggle literal text or regex mode for precise control.

Literal or regex matching

Switch between literal text and regular expressions, then tune case matching and whole-word behavior without leaving the browser.

Local processing

All processing happens locally, so pasted content stays on the client and the result updates only when you run the replacement.

Frequently Asked Questions

Does it support regular expressions?expand_more
Yes. Enable Regular Expression to use JavaScript regex syntax, including capture groups in the replacement text.
Can I control case sensitivity?expand_more
Yes. You can turn case sensitivity on or off with the Match Case toggle.
How does replacement text behave?expand_more
Yes. In normal mode, the replacement string is inserted literally. In regex mode, tokens like $1 work.