Type: modifier
Removes leading whitespace from the string.
Example
Suppose a template tag output the string " foo bar." The ltrim global modifier will automatically strip the leading spaces (the ones to the left) and produce "foo bar."
<mt:tagname ltrim="1" />
0 User Contributed Notes
How to use ltrim?