Question: Written in Haskell Write a function lowerFirstCharacter that lowercases the first character in a string. (If the first character is not an uppercase letter, return
Written in Haskell
Write a function lowerFirstCharacter that lowercases the first character in a string. (If the first character is not an uppercase letter, return the entire string unmodified.)
lowerFirstCharacter :: String -> String
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
