manatee-core-0.0.2: The core of Manatee.

Manatee.Toolkit.General.String

Synopsis

Documentation

searchBackwardWord :: String -> (String, String)Source

Like searchForwardWord except reverse ordering.

isBlankString :: String -> BoolSource

Whether string is blank.

stringToInt :: Int -> String -> IntSource

Convert string to int.

hexStringToInt :: String -> IntSource

Convert a string of hexadecimal digits into an Int

dropSuffix :: [String] -> String -> StringSource

Drop suffix.

stripFormat :: String -> Int -> StringSource

Strip and format.

unlinesExceptLast :: [String] -> StringSource

Unlines except last one.