modifier for variable
Brought to you by:
samtregar
In smarty, it's possible to use a modifier to apply some modification to a given variable. This modifier are predefined function in a given file
it's work somehow like a pipe in bash
for instance
myvar|cleanXSS
myvar|replace:"xx":"yy"
The evolution would consist to port this for HTML::template
www.smarty.net/manual/en/language.modifiers.php