ez.no / exponential / documentation / reference / template operators / strings / upword
$string|upword()
string.
The upfirst operator converts the first character of every word in a string to uppercase. This new version of the input string is returned.
{"Commodore Amiga User"|upword}
returns the string "Commodore Amiga User".
Comments