ViewHelper Documentation
v:format.pregReplace
PregReplace regular expression ViewHeloer
Implementation of preg_replace
for Fluid.
Arguments
as string
Template variable name to assign; if not specified the ViewHelper returns the variable instead.
pattern string
Regex pattern to match against
subject string
String to match with the regex pattern or patterns
replacement string
String to replace matches with