Find and Replace Text
Find and replace text, with case-sensitive, whole-word, and regex options.
Result — 1 replacement
The slow brown fox jumps over the lazy dog.
Everything runs in your browser — nothing you type here is sent anywhere.
Frequently asked questions
Can I use regular expressions?+
Yes — turn on "Use regex" and the Find field is treated as a JavaScript regular expression. Your replacement text can reference capture groups with $1, $2, and so on.
What does "whole word only" do?+
It only matches your search term when it appears as a complete word, so searching "cat" won't also match inside "category".
Is my text uploaded anywhere?+
No. All matching and replacing happens client-side in your browser; nothing you type is sent to a server.