OCLOperators ToLower () : String
(Created page with " Returns ''self'' with all characters converted to lowercase. {| class="wikitable" !Expression !Result |- |'LoWeR OpErAtIoN'.toLower() |'lower 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 lowercase.
Returns ''self'' with all characters converted to lowercase.  
{| class="wikitable"
{| class="wikitable"
!Expression
!Expression
Line 8: Line 8:
|'lower operation'
|'lower 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 lowercase.

Expression Result
'LoWeR OpErAtIoN'.toLower() 'lower operation'
This page was edited 98 days ago on 02/10/2024. What links here