OCLOperators ToUpper () : String
(Created page with " Returns ''self'' with all characters converted to uppercase. {| class="wikitable" !Expression !Result |- |'UpPeR OpErAtIoN'.toUpper() |'UPPER OPERATION' |}")
 
(Automatically adding template at the end of the page.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:


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 8:
|'UPPER OPERATION'
|'UPPER OPERATION'
|}
|}
[[Category:OCL String Operators]]
{{Edited|July|12|2024}}

Latest revision as of 15:40, 10 February 2024

Returns self with all characters converted to uppercase.

Expression Result
'UpPeR OpErAtIoN'.toUpper() 'UPPER OPERATION'
This page was edited 96 days ago on 02/10/2024. What links here