capitalize

Top  Previous  Next

This is used to capitalize the first letter of all words in a variable.

Example:

Input:

       john smith

Template:

       {#name|capitalize#}

Output:

       John Smith