mpfserver Manual
 
 
 Examples | trim data (remove whitespaces from string)
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}}
 
 
2004 by master-p-formance.All rights reserved.
 
This manual is generated on the fly using mpfserver and MPFT (mpf transformation).