ez.no / exponential / documentation / reference / template operators / strings / upcase
$input_string|upcase( )
| Name | Type | Description | Required |
|---|
capitalized version of input string.
This operator takes a string as input and returns it with all its alphabetical characters converted to uppercase.
{"This is my string."|upcase}
returns the string "THIS IS MY STRING.".
Comments