char package:pandoc

Parses a character reference and returns a Str element.
Parse character entity.
Parse a string of characters between an open character and a close character, including text between balanced pairs of open and close, which must be different. For example, charsInBalanced '(' ')' (Data.Text.singleton $ anyChar) will parse "(hello (there))" and return "hello (there)".
Get the charset from a mime type, if one is present.
Like count, but packs its result
Like many1, but packs its result.
Like many1Till, but packs its result
Like many, but packs its result.
Like manyTill, but packs its result.
Like manyUntil, but also packs its result.
Parses a nonspace, nonnewline character.
Parses a space or tab.
Escape one character as needed for XML.