FileGizmo — Text tools

Find and replace text

Replace matching words or phrases in text locally with literal or regular-expression matching.

Never uploadedYour file stays on this device

Simple by design

Find and replace text in three steps

FileGizmo finds and replaces literal words, phrases, or regular-expression matches without sending your text to a server. Paste the source text, enter what to find, and provide replacement text. Choose whether matching is case-sensitive and whether to replace the first occurrence or every occurrence, then review the read-only result before copying or downloading it.

Literal mode treats punctuation and symbols exactly as entered, which is the safest default for ordinary editing. Regex mode is available for structured changes and reports malformed expressions instead of silently changing the document. Replacement counts make the result easy to verify. Empty search values are rejected because matching every position would produce confusing output.

The work happens in a browser worker, keeping the editor responsive for larger notes, logs, code, and lists. Output is downloadable as UTF-8 plain text through FileGizmo’s standard result contract. Always review replacements involving names, identifiers, or source code because a technically correct global match can still change text you intended to keep.

  1. 1

    Paste the text you want to edit

  2. 2

    Enter the search and replacement values

  3. 3

    Replace preview copy or download the result

Good to know

Frequently asked questions

Can matching ignore letter case?

Yes. Turn off case-sensitive matching to replace uppercase and lowercase variants together.

Does it support regular expressions?

Yes. Regex mode supports JavaScript regular expressions and reports invalid patterns clearly.

Can I replace only the first match?

Yes. Choose the first-match option instead of replacing every occurrence.

Is pasted text uploaded?

No. Matching and replacement run inside a dedicated worker in your browser.