Text.Casing
upper :: Text -> Text Source #
upper' :: String -> String Source #
lower :: String -> String Source #
lower' :: Text -> Text Source #
splitOn' :: (Char -> Bool) -> String -> [String] Source #
snakeToCamel :: Text -> Text Source #
camelToSnake :: String -> String Source #