Drupal is a registered trademark of Dries Buytaert
Search API Solr 4.4.0 Minor update available for module search_api_solr (4.4.0). Page Manager 8.x-4.0 Major update available for module page_manager (8.x-4.0). Trash 3.1.0-beta2 New beta version released for module trash (3.1.0-beta2). Commerce AutoSKU 3.0.1 Minor update available for module commerce_autosku (3.0.1). Custom Field 4.0.10 Minor update available for module custom_field (4.0.10). Alternative login ID & display names 2.0.12 Minor update available for module alt_login (2.0.12). EntityReference UUID 3.0.1 Minor update available for module entity_reference_uuid (3.0.1). LocalGov Publications Importer 1.1.1 Minor update available for module localgov_publications_importer (1.1.1). Configuration Override Warn 8.x-1.6 Module config_override_warn updated after 10 months of inactivity (8.x-1.6). Table Alternate Rows Module table_altrow crossed 1,000 active installs.

Search and Replace Scanner

12,648 sites Security covered
View on drupal.org

This module allows you to search and replace text, including using regular expressions, within node content fields. It's useful for tasks like fixing typos, updating company information, or changing links across your site, with options for fine-tuning your searches and safely reverting changes.

Search and Replace Scanner can do plain text search-and-replace, or regular expression search-and-replace, against the title, body and text content fields on all nodes in your system. This is useful for finding html strings that Drupal's normal search will ignore. The module is very handy if you are fixing typos in a lot of content, changing the name of your company, or are changing the URL of a link included multiple times in multiple nodes, among other things.

Features

  • Can search and replace text in CCK text fields, in addition to standard node title and body fields
  • Plain text search and replace orregular expression search and replace
  • Case sensitive search option
  • Plain text search allows 'whole word' matching option. For example,
    searching for "run" with the whole word option selected will filter out
    "running" and "runs", but will match "run!"
  • Can specify text that should precede or follow the search text in order for a match to be valid
  • Can limit search and replace to published nodes only
  • Searches can be limited to specific fields in specific node types, and (D7 only) can further be limited to nodes containing only specific taxonomy terms
  • Will save a new node revision when a replacement is made, in case you want to revert a change, and provides an Undo option that lets you revert all nodes that were update in a single replace operation
  • Can dynamically update teasers after replacements in other fields, or can
    by updated manually, or not at all
  • Will dynamically expand PHP's maximum execution time for scripts up to
    10 minutes on servers that support it. This allows complex queries on large
    bodies of content
  • Search results for searches and replacements can be themed

Limitations

  • Only works with MySQL database. (Postgres patches welcomed!)
  • Large search and replace actions may not finish on sites that are hosted in environments where PHP's max_execution_time variable can't be dynamically expanded. The module automatically attempts to expand the maximum execution time of a script to 10 minutes. (It's often set at 2 minutes.) If your Web host doesn't let you adjust this variable dynamically, you may be able to ask your hosting provider to make the change for your account.

Warning

This is a very powerful tool that operates directly on your database tables, and as such is very dangerous. Though there is an undo feature, we highly encourage you to backup your database before using it.

Similar Modules

Credits

  • Version 5.x-2.0: Amit Asaravala (aasarava) and Jason Salter (jpsalter). Sponsored by FivePaths, LLC.
  • version 5.x-1.0: Tao Starbow (starbow).
  • Past sponsors

    • Mediacurrent

    Activity

    Total releases
    3
    First release
    Apr 2026
    Latest release
    1 week ago
    Releases (12 mo)
    3 ▲ from 0
    Maintenance
    Active

    Release Timeline

    Releases

    Version Type Release date
    2.0.0-beta4 Pre-release Jul 16, 2026
    2.0.0-beta3 Pre-release May 9, 2026
    2.0.0-beta2 Pre-release Apr 24, 2026