Find and Replace
Find and replace text in bulk, with optional regular expressions and case sensitivity. Everything runs in your browser.
FAQ
Can I use regular expressions?
Yes. Enable 'Regex' to use patterns and capture-group references like $1 in the replacement.
Can I search for special characters literally?
Yes. With 'Regex' off, characters like . or * are matched literally.
Is my text sent to a server?
No. Everything happens entirely in your browser.
Related tools
Apply a regular expression to your text and inspect matches and capture groups, with g/i/m/s flags. Everything runs in your browser.
Convert naming styles like camelCase, snake_case, kebab-case and PascalCase line by line.
Sort lines of text alphabetically, ascending or descending, with case-sensitivity and duplicate removal options. Everything runs in your browser.
Count characters with/without spaces, words, lines and bytes in real time.
Remove duplicate lines from a list while keeping the original order.
Remove all emoji from text, including flags and combined (family) sequences. Everything runs in your browser.