3 lines
76 B
OCaml
3 lines
76 B
OCaml
|
|
val strupr = String.map Char.toUpper;
|
||
|
|
val strlwr = String.map Char.toLower;
|