strip

Top  Previous  Next

This replaces all repeated spaces, new lines and tabs with a single space, or with a supplied string

Example:

Input:

       John                  Smith

Template:

       {#name|strip#}

Output:

        John Smith