Text Replacer
Type your text in the box below and click in button to replace.
text to replace
replaced text
Text Replacer parameters
What is a text replacer?
It is a tool for you to be able to replace one part of the text with another. How it works? Enter the text you want to replace (in the text box), then in the replacement parameters, place the search text and specify the new content you want to see instead. You can also find search patterns using a regular expression.
Examples of text substitutions
To abbreviate text:
"Sample text for use with abbreviation"
Parameters:
- Find this text: text
- Replace text with: txt
Result:
"Sample txt to use with abbreviation"
Try this tool!
To anonymize text:
"Example phone number for anonymity 345 234 2453 or (123) 444 5555 or 3456782986"
Parameters: using Regex
- Find this text: /(\(?\d{3}\)?\s?\d{3}[ -]?\d{4})/g
- Replace text: (number hidden)
Result:
"Example phone number for anonymity (number hidden) or (number hidden) or (number hidden)"
Try this tool!