tagstew-0: Black magic tagsoup

Safe HaskellNone
LanguageHaskell2010

Text.HTML.TagStew.Entity

Description

This module converts between HTML/XML entities (i.e. &) and the characters they represent.

Synopsis

Documentation

lookupEntity :: ByteString -> Maybe ByteString Source #

Lookup an entity, using lookupNumericEntity if it starts with # and lookupNamedEntity otherwise