Find and Replace
Paste your text, enter what to find and what to replace it with.
Result
Questions fréquentes
Does it support regular expressions?
No, whatever you type in "Find" is matched literally, special characters are escaped automatically, so it isn't a regex search field.
Does it replace every match or just the first one?
Every match is replaced at once. There's no option to stop after the first occurrence.
Is my text sent to a server?
No, this runs entirely in your browser using JavaScript's built-in string matching. Nothing is uploaded anywhere.