Views Regex Rewrite
Categories
Component ID
2121941
Component name
Views Regex Rewrite
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1370
Component created
Component changed
Component body
Provides a new "Global: Regular Expression rewrite" field for selecting in views.
This then lets you re-write the value of the field based on a list of regular expression rules.
The idea is that you use a token in the Text field, and then the regular expression fields can be used to modify the final output, avoiding messy PHP input or custom module code.
NOTE: This is an alternative to Views Field Rewrite
The difference is that we don't depend on the Views Decorator module which I feel introduces too much risk and complexity (over-riding every field handler).
