# sourcegraph-find-replace **Repository Path**: mirrors_sourcegraph/sourcegraph-find-replace ## Basic Information - **Project Name**: sourcegraph-find-replace - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Find-replace campaigns (Sourcegraph extension) ## ⚠️ Deprecation notice **Sourcegraph extensions have been deprecated with the September 2022 Sourcegraph release. [Learn more](https://docs.sourcegraph.com/extensions/deprecation).** The repo and the docs below are kept to support older Sourcegraph versions. ## Description Create Sourcegraph campaigns that perform a find-replace on multiple files in multiple repositories. ## What are Sourcegraph campaigns? Campaigns let you make code changes across many repositories and code hosts. Read more about [campaigns in the Sourcegraph docs.](https://docs.sourcegraph.com/campaigns) ## How does a find-replace campaign work? A find-replace campaign is a campaign that finds all matches of a given string and replaces them with a replacement string. - Perform a search on Sourcegraph - In the search results toolbar, click "Find-replace" - Enter the string to find - Enter the replacement string - Once the process is complete, click the notification to open the newly created campaign.