display trimmed string
{mpf:trim=left||data= hello}
trim section (use with closing token)
{mpf:trim=both}
... whitespaces at beginning and end of this string will be removed ...
{/mpf:trim=both}
store trimmed data in myVar (use as embedded token)
{mpf:set=myVar||{mpf:trim=left||data= hello}}
|