Find and replace text with support for regex, case sensitivity, whole word matching, and bulk replacements.
All processing happens in your browser. Your data never leaves your device.
Enter text to find and replace. By default, all matches are replaced case-insensitively. Enable case sensitivity, whole word matching, or regex mode for precise control. Use bulk mode to apply multiple find/replace pairs at once β pairs are applied sequentially. All processing happens in your browser.
Quickly search and replace text in code, documents, CSV data, or any text. Supports regex for powerful pattern matching and bulk mode for multiple replacements at once.
Yes. Enable the 'Use regex' toggle to use full JavaScript regex syntax including capture groups ($1, $2) in the replacement field.
In bulk mode, you define multiple find/replace pairs. They are applied sequentially β the output of one replacement becomes the input for the next.
When enabled, the search only matches complete words. For example, searching for 'cat' won't match 'catalog' or 'concatenate'.
Yes. Leave the replace field empty to delete all matches of the search text.
Yes. All processing happens entirely in your browser. Your text is never sent to any server.