This replaces all repeated spaces, newlines and tabs with a single
space, or with a supplied string.
Note: If you want to strip blocks of template text, use the strip function.
Example 5-17. strip {$articleTitle}
{$articleTitle|strip}
{$articleTitle|strip:" "}
OUTPUT:
Grandmother of
eight makes hole in one
Grandmother of eight makes hole in one
Grandmother of eight makes hole in one |
|