OCLOperators ToUpper () : String
(Created page with " Returns ''self'' with all characters converted to uppercase. {| class="wikitable" !Expression !Result |- |'UpPeR OpErAtIoN'.toUpper() |'UPPER OPERATION' |}")
 
(Updated Edited template to July 12, 2025.)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>


Returns ''self'' with all characters converted to uppercase.
Returns ''self'' with all characters converted to uppercase.  
{| class="wikitable"
{| class="wikitable"
!Expression
!Expression
Line 8: Line 9:
|'UPPER OPERATION'
|'UPPER OPERATION'
|}
|}
[[Category:OCL String Operators]]
{{Edited|July|12|2025}}

Latest revision as of 05:55, 20 January 2025

This page was created by Peter on 2019-11-22. Last edited by Edgar on 2025-01-20.


Returns self with all characters converted to uppercase.

Expression Result
'UpPeR OpErAtIoN'.toUpper() 'UPPER OPERATION'