upcase
Summary
Returns a capitalized version of the input string.Usage
input|upcase()
Returns
A capitalized version of the input string.Description
This operator returns a capitalized version of the input string.
Examples
Example 3
{'This is my string.'|upcase()}
The following output will be produced: "THIS IS MY STRING.".
Balazs Halasy (05/02/2004 11:00 am)
Balazs Halasy (04/05/2005 2:53 pm)
Comments
There are no comments.