table-layout-0.8.0.1: Layout text as grid or table.

Safe HaskellSafe
LanguageHaskell2010

Text.Layout.Table.Primitives.Occurence

Synopsis

Documentation

data OccSpec Source #

Specifies an occurence of a letter.

predOccSpec :: (Char -> Bool) -> OccSpec Source #

Construct an occurence specification by using a predicate.

splitAtOcc :: OccSpec -> String -> (String, String) Source #

Use an occurence specification to split a String.