RosettaCodeData/Task/String-case/BQN/string-case-2.bqn

7 lines
81 B
BQN

str "alphaBETA"
"alphaBETA"
Upr str
"ALPHABETA"
Lwr str
"alphabeta"