Find & Replace
Free online find and replace tool for text and code. Search with plain text or regular expressions, toggle case sensitivity and replace all matches at once, right in your browser.
Embed
Last updated: 2026 · Free online tool
What is Find & Replace?
Free online find and replace tool for text and code. Search with plain text or regular expressions, toggle case sensitivity and replace all matches at once, right in your browser.
How to Use
- 1Enter text— Enter the target text.
- 2Enter search term— Enter the text or regex pattern to find.
- 3Replace— Enter the replacement string, check the preview, and apply.
Related Tools
Regex TesterRegex tester that runs regular expressions against your text with real-time highlighted matches, named and numbered capture groups and flag toggles. Preview replacements while you build and debug patterns, free in your browser.
Text Diff CheckerFree online tool to compare two texts and highlight added, deleted, and changed lines. It runs line-by-line comparison with the Myers diff algorithm, the same family Git uses, and supports inline diff within lines.
Sort & Remove DuplicatesSort and dedupe text lines alphabetically or with natural sort, removing duplicates with options for direction and case sensitivity. Empty-line removal and duplicate statistics included, free in your browser.
Case ConverterCase converter that instantly turns text into camelCase, snake_case, kebab-case, PascalCase, UPPER and lower. Ideal for renaming variables and identifiers in code, free in your browser.
Frequently Asked Questions
Yes, enabling regex mode allows you to search with regular expression patterns.
Yes, it can be controlled with the case sensitivity checkbox.
Yes, you can preview the replacement result before applying it.
Yes, in regex mode you can use $1, $2, etc. in the replacement string.
No.