Find & Replace Tool


Replaced: 0

About


A simple tool for finding all the times a word appears in a text document and replacing it with another word. It can be very helpful when you need to change a lot of text at once. With one click of a button, this tool will find all exact matches and replace them all.

Match Case


By default, the tool will change all instances of the string you are looking for, no matter what case the letters are in. If you turn this option on, the operation will pay attention to case to make sure it matches your search query exactly.

For example, searching "h" does not match the "H" in "Hello" when match case is enabled.
Input: Hello World!
Find: h
Replace: X
Result: Hello World!
Replaced: 0

Whole Words


With the Whole Words option, you can only replace a match if it is not preceded or followed by another string.

For example, searching "brow" does not match the "brow" in the word "brown" when Whole words is enabled.
Input: The quick brown fox jumps over the lazy dog.
Find: brow
Replace: eyebrow 
Result: The quick brown fox jumps over the lazy dog.
Replaced: 0