Find & Replace Tool Online
Free online find and replace tool. Search for text or regex patterns and replace them instantly. Supports case-insensitive and regex modes.
Input Text
Result
💡 What is this
Find & Replace
- Searches for all occurrences of a string (or regex pattern) in your text and replaces them with your specified replacement.
- Shows the count of replacements made.
📖 How to use
Step by Step
- Paste your text in the input panel
- Type search term in Find and replacement in Replace
- Toggle case-sensitivity or regex mode
- Click Replace All to see the result
🎯 Use cases
When to use
- Bulk-editing text or code
- Fixing typos across a document
- Renaming variables in code snippets
- Cleaning data with regex patterns
Frequently Asked Questions
Does it support regular expressions?▾
Yes. Enable the Regex checkbox to use JavaScript regex syntax. You can use capture groups ($1, $2) in the replacement string.