Combining Modifiers
You can apply any number of modifiers to a variable. They will be
applied in the order they are combined, from left to right. They must
be separated with a | (pipe) character.
combining modifiers
assign('articleTitle', 'Smokers are Productive, but Death Cuts Efficiency.');
?>
]]>
where template is:
The above example will output: