Token Substitutions

Categories

Component ID

2922406

Component name

Token Substitutions

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

94

Component created

Component changed

Component body

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