Maybe<Int> lookupEntity(String name)
Arguments
name: The entity name (for examplepoundornbsp)
Usage
Return the character number for a named HTML entity, or nothing if the name is not that of a HTML entity. This is mainly a helper function for the XMLentities module, though may occasionally be useful to call separately.