4 lines
78 B
Text
4 lines
78 B
Text
|
|
s:="alphaBETA";
|
||
|
|
s.toLower(); //--> "alphabeta"
|
||
|
|
s.toUpper(); //--> "ALPHABETA"
|