Loading...
Replaces all occurrences of one text with another. The search is case-sensitive: "word" will not replace "Word". This is the basic tool for normalizing, correcting or transforming text in bulk.
Free, no account required, browser processing and no server upload.
Replaces all occurrences of one text with another. The search is case-sensitive: "word" will not replace "Word". This is the basic tool for normalizing, correcting or transforming text in bulk.
Concrete examples
(double space)
Remove double spaces
couleur
color
Switch from French to English
\d{2}/\d{2}/\d{4}
[date]
Mask dates (regex mode)
Enable regex mode for advanced replacements: patterns, capturing groups with $1, $2, etc. Example: (\w+)@(\w+) → $1 at $2 to anonymize emails.