Docomint

Rechercher et remplacer

Recherchez et remplacez toutes les occurrences d'un texte, avec expressions régulières en option.

🔒 Processed on your device

What is a Rechercher et remplacer?

A find-and-replace that works on any text, not just inside one app — handy when the tool you're actually working in (a chat box, a form field) has no find-and-replace of its own. Regex mode adds pattern-based replacement for when a plain-text match isn't specific enough.

How to use the Rechercher et remplacer

  1. Paste your text and enter what to find
  2. Enter the replacement (plain text or regex)
  3. The updated text appears instantly, on your device

Example

Finding "colour" and replacing with "color" across a 2,000-word document updates every occurrence in one pass, without opening a full text editor.

Frequently asked questions

Is find and replace case-sensitive?

In plain text mode, yes. Switch to regular expression mode and add the "i" flag for case-insensitive matching.

Is my text uploaded anywhere?

No — Rechercher et remplacer runs entirely in your browser using JavaScript/WebAssembly. Your text is never sent to a server.

Does regex mode support capture groups in the replacement?

Yes — regex mode supports standard capture-group references in the replacement text, so a pattern with two groups can be rearranged using those group references in the output.

Related tools