There are a few similar modules available in the Drupal projects space but I have found them to be unreliable in performance or even stability, so this is a basic version that gets the job done.
Still very much in beta, not rigorously tested. Use with caution: back up your database prior to installing, or for galaxy’s sake, running an actual find-and-replace.
Searches only node bodies (all content types) at present. Working on support for user specification of content types & fields.
Basic string find-and-replace works fine in my limited testing. Regex find-and-replace behaving inconsistently - working on this.
To-dos:
- Add support and admin options for find/replacing over user-specified content types and fields
- Improve regex find/replace - currently behaving inconsistently
- Complete documentation
- testing, testing, testing