Find & Replace
Find and replace text with regex support
Calculator
Options
Regex Quick Reference
. - Any character\d - Any digit (0-9)\w - Word character (a-z, A-Z, 0-9, _)\s - Whitespace^ - Start of line$ - End of line* - 0 or more+ - 1 or more? - 0 or 1 (optional)[abc] - Character class(abc) - Capture group$1 - Backreference in replaceHow to Use
Find and replace text quickly
Paste your text
Enter the text you want to modify in the input area
Enter search term
Type the word or phrase you want to find
Enter replacement
Type what you want to replace it with (or leave empty to delete)
Apply replacement
Click replace all or replace one by one to modify your text
Frequently Asked Questions
Enter your text, specify what to find, and what to replace it with. The tool searches for all instances of your search term and replaces them with the new text. You can replace one at a time or all occurrences at once.
Yes! By default, searches are case-insensitive ("Hello" matches "hello"). Enable case-sensitive mode to match exact capitalization. This is useful when you need to replace only specific variations of a word.
Advanced find and replace tools support regex patterns. This allows powerful pattern matching like finding all email addresses, phone numbers, or dates. Regex uses special syntax like \d for digits and .* for any characters.
Simply leave the "replace with" field empty. This effectively deletes all matched text. For example, find " " (double space) and replace with " " (single space) to fix extra spaces, or find unwanted phrases and replace with nothing.
Text Tools
Text converters, formatters, and manipulation utilities