This function returns a new string with all characters in the input string converted to upper case.$string.toUpperCase(<inStr>)
inStr
Example 105 #set($str='Hello My Cruel World!')
#set($str2=$string.toUpperCase($str))
Original string: $str
New string: $str2Original string: Hello My Cruel World!
New string: HELLO MY CRUEL WORLD!
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |