Replace text patterns with new content.
Text to replace
Text with replacements
Tool options
Search text
Find This Pattern in Text
Enter the text pattern that you want to replace.
Find a Pattern Using a RegExp
Enter the regular expression that you want to replace.
Replace Text
Enter the pattern to use for replacement.
Text Replacer
Easily replace specific text in your content with this simple, browser-based tool. Just input your text, set the text you want to replace and the replacement value, and instantly get the updated version.
Text Replacer Examples
Click to try!
In this example we will replace the word "hello" with the word "hi". This example doesn't use regular expressions.
Search text
Find This Pattern in Text
Enter the text pattern that you want to replace.
Find a Pattern Using a RegExp
Enter the regular expression that you want to replace.
Replace Text
Enter the pattern to use for replacement.
In this example we will replace all numbers in numbers with * using regexp. In the output we will get text with numbers replaced with *.
Search text
Find This Pattern in Text
Enter the text pattern that you want to replace.
Find a Pattern Using a RegExp
Enter the regular expression that you want to replace.
Replace Text
Enter the pattern to use for replacement.
In this example we will replace all dates in the format YYYY-MM-DD with the word DATE using regexp. The output will have all the dates replaced with the word DATE.
Search text
Find This Pattern in Text
Enter the text pattern that you want to replace.
Find a Pattern Using a RegExp
Enter the regular expression that you want to replace.
Replace Text
Enter the pattern to use for replacement.