RosettaCodeData/Task/String-case/Erlang/string-case.erl

3 lines
60 B
Erlang

string:to_upper("alphaBETA").
string:to_lower("alphaBETA").