MO Regex Filter

One of our customers changed to a new domain name. This left his site with thousands of links pointing to his old domain name. Changing all of those links manually would have proven to be too time consuming. That's when Made to Order Software decided to create the
MO Regex Filter Drupal module to answer his need. To solve the problem, this module was used to replace the old domain name with the new domain name automatically. Many days if not weeks of work was saved!
The MO Regex Filter module is an easy to use filter that employs a user-specified Perl regular expression to your content. It can be applied to any content that accepts a filter (nodes, blocks, comments, etc.)
Contrary to this other Drupal Regex Filter, this filter's Perl-based regular expressions are directly defined in the filter settings. This makes our filter faster than the Drupal version since it is better optimized.
Technical Features
- Current version: MO Regex Filter version 1.2 for Drupal 6.x
- Supported platforms:
- All platforms that support PHP v5
(Microsoft Windows, Linux, Mac OS/X, SunOS, HP UX, etc.)
- Allows you to apply any number of Perl regular expressions to your content.
- Optimized to take the least amount of time on load when not used.
- Expressions can be reused for any number of formats.
- Comes with complete documentation.
- Package includes complete source code.