Find & Replace Tool

Replaced: 0

About


A simple tool for finding all the instances a word appears in a text document and replacing it with another word. It can be very useful when it comes to editing a huge chunk of text. This tool will automatically find all exact matches and replace them all with a single click of a button.

Match Case


By default, the tool will replace all occurrences of the string you're searching for regardless of the letter case. Enable this option to make the operation case sensitive to exactly match your search query.

For example, searching “h” does not match the “H” in “Hello” when the match case is enabled.

Input: Hello World!
Find: h
Replace: X
Result: Hello World!
Replaced: 0

Whole Word Only


“Whole Word” is an option that allows you to replace a match only if it's not preceeded or followed by another string.

For example, searching “brow” does not match the “brow” in the word “brown” when “Whole Word” 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