Find & Replace

Search for text patterns and replace them globally, with options for case sensitivity.

Loading Find & Replace...

How to use

Enter the text you want to search, provide the "Find" and "Replace with" strings, then click Replace All. Replacement text is used literally, including dollar signs.

Example

Input
I like cats
Output
I like dogs (Find: cats, Replace: dogs)

Limitations

Regex is not supported in this simple version, it performs exact string matching.

Frequently Asked Questions

Is it case sensitive?

By default, yes, but you can toggle case-insensitivity.