Find and Replace
Search and replace text with plain text or regex patterns
Regex mode
Case sensitive
Enter text and a search term
Click Replace All to see the result
Ctrl+Enter to runCtrl+Shift+C to copy
Learn More
Find and Replace: A Complete Guide to Text Search and Replacement
Learn how find and replace works, when to use regex patterns, and tips for efficient text manipulation.
What Is Find and Replace?
Find and replace is one of the most fundamental text manipulation operations in computing. At its core, it searches for occurrences of a specific string within a body of text and replaces them with a different string. Every modern text editor, word processor, and IDE includes this feature because it saves enormous amounts of manual editing time.
6 min readRead full guide