Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The Scheduled Updates module allows scheduling updates at a specific date and time to entities such as Content(nodes), Users, Terms, Files and many more.
This module adds regular expression (regex) actions to Rules. The idea is to allow site-builders to manipulate text data (especially from Feeds) without having to resort to PHP.
Specifically you can:
Find and replace text within a field, modifying it in place.
Find a pattern and generate a replacement, leaving the original text unmodified.
Match a regular expression against some text, getting access to all the sub-pattern matches.