So I’m looking to accomplish the same thing as the following function, but since it requires the Haskell 98 module, I don’t think I can make use of it on the lab machine.
length (filter (isUpper) "SomE RanDOm STRing")
I know this is a simple question, but google-fu is not yielding much, thanks.
Did you do:
It looks like the isUpper function is in there now.