Find and Replace
Runs in browserFind and replace text online with regex support, case sensitivity, and replace-all options.
Last updated 08 Apr 2026
Paste text, enter a search string and replacement, and replace all occurrences or just the first. Supports regular expressions and case-sensitive matching. Shows how many replacements were made. Runs entirely in your browser — nothing is uploaded.
How to use
- 1
Enter find and replace values
Type the text to find and the text to replace it with. Leave the replacement empty to delete matches.
- 2
Configure options
Toggle 'Replace all occurrences', 'Case-sensitive', and 'Regular expression' as needed.
- 3
Paste your text
Paste or type the text to process in the input box. Replacements are made instantly.
- 4
Copy the result
The output shows how many replacements were made. Click Copy to send the result to your clipboard.
Frequently asked questions
How do I delete all occurrences of a word?
How do I use regular expressions?
Can I replace with nothing (delete matches)?
Is the replacement case-sensitive?
How many replacements can it handle?
Is my text uploaded or stored?
The Kordu Find and Replace tool performs text substitution directly in the
browser. Paste any text, enter what to find and what to replace it with, and
get the result instantly. Toggle "Replace all occurrences" to replace every
match, or leave it off to replace only the first. Case-sensitive mode makes
the match exact; off by default to catch all capitalisation variants.
Enable "Regular expression" mode to use full JavaScript regex syntax in the
find field — capture groups, lookaheads, character classes, and quantifiers
all work. Regex syntax errors are shown inline so you can debug patterns.
Common uses: cleaning up copy-pasted text, normalising inconsistent formatting,
bulk replacing terminology in documents, removing or transforming patterns in
data exports, and testing regular expressions against real content.
All processing runs client-side in your browser. Your text is never uploaded,
stored, or transmitted to any server.
Related tools
Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and more — instantly.
Sort Lines
Sort lines alphabetically, by length, numerically, or randomly. Optionally remove duplicates.
Remove Duplicate Lines
Remove duplicate lines from text instantly. Keeps first occurrence, case-sensitive or insensitive.
Word Counter
Count words, characters, sentences, and paragraphs with reading time, speaking time, and keyword density.
Regex Tester
Test regular expressions live with colour-coded match highlighting, capture groups, replace mode, and common presets.