Find & Replace
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
- 1 Enter text — Enter the target text.
- 2 Enter search term — Enter the text or regex pattern to find.
- 3 Replace — Enter the replacement string, check the preview, and apply.
Related Tools
Regex Tester Free online regex tester that validates and runs regular expressions against your text with real-time highlighted matches, named and numbered capture groups, flag toggles and a replacement preview for building and debugging patterns.
Text Diff Checker Free 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.
Case Converter Free online case converter that instantly transforms text into camelCase, snake_case, kebab-case, PascalCase, UPPER and lower, ideal for renaming variables and identifiers in code.
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.