Text Find & Replace — Free Online
Replace words and sentences in bulk. Set regex mode and case-insensitive options per rule, and apply multiple rules in order.
Replacement Rules
Find
Replace
Regex
Aa
Result
Frequently Asked Questions
How do I use regex mode?
Activate the .* button for each rule to enter a regex pattern in the Find field. E.g. \d+ matches digits, \s+ matches whitespace.
Can I replace multiple words at once?
Yes, add multiple rules with the + Add Rule button and they are applied in order from top to bottom.
Will the original text be changed?
No, the original text is preserved; the replaced text appears in the result area. It stays intact until you manually edit the source field.
What is the Ignore Case option?
Enable the Aa button for each rule to replace without case sensitivity. E.g. searching "Hello" also matches "hello" and "HELLO".
What happens if the Replace field is empty?
The matched text is replaced with an empty string — effectively deleting all occurrences of the pattern.