manatee-core-0.0.1: The core of Manatee.

Manatee.Toolkit.General.Misc

Synopsis

Documentation

(=~^) :: (RegexLike Regex source1, RegexMaker Regex CompOption ExecOption source) => source1 -> source -> BoolSource

Like =~ , but don't care case sensitive.

showText :: Show a => a -> TextSource

Show to text.

formatFileSizeForDisplay :: Integer -> StringSource

Format file size (bytes) to hummable size.

formatFloatN :: Double -> Int -> DoubleSource

Format float with specify precision.

splitInt :: Int -> StringSource

splitInt 1000000 => 1,000,000