4 lines
78 B
Text
4 lines
78 B
Text
|
|
str := "alphaBETA";
|
||
|
|
StringTools:-UpperCase(str);
|
||
|
|
StringTools:-LowerCase(str);
|