SearchReplace
searched_string
STRING_REPLACEMENT

Finds and replaces content in all files with MIME type names, that includes text/ or json substring.

Download replaced results with EXPORT ZIP button.

Content Replacer

About File Contents Replacer

A File Contents Replacer is a tool designed to automate the process of finding and replacing specific text in files or files in zip archives.

It allows users to quickly search for particular words, phrases, or strings and replace them with new content across multiple files at once. This is especially useful for developers, content creators, and administrators who need to make bulk updates or corrections in large sets of text files.

By using a file contents replacer, you save time and reduce the chance of errors compared to manual editing. You can upload one or more files, or a zip archive with files whose content will be replaced.

This tool replaces the contents in files according to these conditions: getMimeType().includes('text/') || getMimeType().includes('json').

This is most common file extensions, that will be proceeded: .txt, .htm, .html, .css, .js, .json, .csv, .ics, .mjs, .jsonld
Common MIME file types and their extensions

The tool is a fork of Gildas Lormeau zip-manager.