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