This project is not covered by Drupal’s security advisory policy.

This module adds bash-like substitution support to Token, where the substitutions are performed on the value of the token. Patterns should follow PCRE syntax. Currently, only these substitutions are supported:

[type:token/pat/repl]
Replace first match of pat by repl
[type:token//pat/repl]
Replace all matches of pat by repl

Project information

Releases