🍋 Text Tools
Find & Replace
Find and replace text with regex support.
chars
words
sentences
lines
Options
Results
Result
About Find & Replace
Find and replace text with support for regular expressions, case sensitivity, and replace-all mode. Preview changes before copying the result.
How It Works
The tool searches for your find pattern in the input text and replaces matches with your replacement string. When regex mode is enabled, the find pattern is interpreted as a JavaScript regular expression, supporting capture groups ($1, $2) in the replacement.
Step by Step
- 1 Paste your text
- 2 Enter the text to find and the replacement text
- 3 Enable regex, case sensitivity, or replace-all as needed
- 4 Click Replace to see the result
Tips
- Use regex to find patterns like email addresses or phone numbers.
- In regex mode, use $1, $2 for capture group references in replacement.
- Leave the replacement field empty to delete matched text.
Frequently Asked Questions
What regex syntax is supported?
Standard JavaScript regular expression syntax, including character classes, quantifiers, groups, and lookaheads.