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.
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.
Bower is a package manager for Javascript libraries that allows you to define, version, and retrieve your dependencies. This project allows use of Bower from Drush. It's using BowerPHP instead of the node.js version.
The idea for this project is stolen from Composer.