Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
A helper for randomly changing the case in strings. Useful for generating test-cases for case-insensitive matching.
Documentation
flipCaseString :: String -> String Source #
Toggle character case for a String
.
Randomly flip the case of a Char
.