Find and Replace
Find and replace text online with regex support, case sensitivity, and replace-all options.
How to use Find and Replace
-
Enter find and replace values
Type the text to find and the text to replace it with. Leave the replacement empty to delete matches.
-
Configure options
Toggle 'Replace all occurrences', 'Case-sensitive', and 'Regular expression' as needed.
-
Paste your text
Paste or type the text to process in the input box. Replacements are made instantly.
-
Copy the result
The output shows how many replacements were made. Click Copy to send the result to your clipboard.
Find and Replace FAQ
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?
Background
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 color-coded match highlighting, capture groups, replace mode, and common presets.