Safe Haskell | None |
---|---|
Language | Haskell98 |
- reduce :: ([a] -> a) -> [a] -> [a]
- trim :: String -> String
- rx :: String -> String -> Maybe String
- srx :: String -> String -> String -> String
- splitRx :: String -> String -> [String]
- lowerCase :: String -> String
- upperCase :: String -> String
- titleCase :: String -> String
- camelCase :: String -> String
- underscoreCase :: String -> String
- module Control.Lens
- module Data.Char
- module Data.List
- module Data.Maybe
Documentation
Regexes
Case
underscoreCase :: String -> String Source #
Convert to underscore case
module Control.Lens
module Data.Char
module Data.List
module Data.Maybe