RosettaCodeData/Task/String-case/Mathematica/string-case.math

4 lines
51 B
Plaintext

str="alphaBETA";
ToUpperCase[str]
ToLowerCase[str]