2 lines
76 B
Standard ML
2 lines
76 B
Standard ML
val strupr = String.map Char.toUpper;
|
|
val strlwr = String.map Char.toLower;
|