String case: Difference between revisions

Content added Content deleted
(→‎[[Toka]]: Changed string to match task description)
No edit summary
Line 193: Line 193:
ALPHABETA
ALPHABETA
alphabeta
alphabeta

==[[Haskell]]==
[[Category:Haskell]]

import Data.Char
s = "alphaBETA"
lower = map toLower s
upper = map toUpper s


==[[IDL]]==
==[[IDL]]==