Find and Replace
Bulk find and replace text with regex support
How it works
- 1Paste your text
Drop any text into the input box.
- 2Enter find and replace patterns
Toggle regex mode and case sensitivity as needed.
- 3Replace
Preview matches, then apply β output appears instantly.
About Find and Replace
Free online find and replace tool. Bulk-replace text with plain-string or regular-expression matching, case-sensitive or not. Supports capture-group backreferences ($1, $2) in the replacement string. Runs entirely in your browser. Find and Replace on 712 Tools runs entirely inside your browser using modern JavaScript APIs β no server ever sees your data. That means instant results, complete privacy, and no upload limits.
Whether you need to bulk find and replace text with regex support for a debugging session, a quick sanity check, or a production incident, this tool is free to use as many times as you need. There are no watermarks, no sign-up, and no ads inside the tool itself.
Frequently asked questions
Can I use regular expressions?
Yes. Toggle 'Regex mode' to interpret the find pattern as a JavaScript regex. Use $1, $2 in the replacement for capture groups.
Is find case-sensitive by default?
Yes. Toggle 'Ignore case' to match regardless of case.
How do I replace only the first occurrence?
Turn off 'Replace all' β only the first match is replaced. Global replacement (all matches) is the default.
Is my text uploaded?
No. All matching and replacement happens locally via the browser's native string and RegExp APIs.
Related tools
Word Counter
Count words, characters, sentences, paragraphs, reading time
Case Converter
Convert text to UPPERCASE, lowercase, camelCase, snake_case, kebab-case, and more
Text Diff
Compare two texts and highlight the differences
Lorem Ipsum
Generate placeholder text β paragraphs, sentences, or words
Base64 Encoder / Decoder
Encode text or files to Base64 and back
URL Encoder / Decoder
Percent-encode or decode URL components instantly