Search and Replace Scanner

starbow - December 7, 2007 - 00:33

The Search and Replace Scanner can do regular expression matches against the body and CCK text content fields on all nodes in your system. This is handy for finding html strings that Drupal's normal search will ignore. And it can replace the matched text. Very handy if you are changing the name of your company, or are changing the URL of a link included multiple times in multiple nodes.

The module allow you to configure which fields and tables to work with, and also to add in custom tables and fields for modules that don't use CCK.

Limitations:
Only works with Mysql

Warning:
This is a very powerful tool, and as such is very dangerous. You can
easy distroy your entire site with it. Be sure to backup your database
before using it. No, really.

Releases

Official releasesDateSizeLinksStatus
5.x-1.0-alpha22007-Dec-079.76 KBRecommended for 5.xThis is currently the recommended release for 5.x.
 
 

Drupal is a registered trademark of Dries Buytaert.