Skip to main content

lookup

Function lookup 

Source
pub fn lookup(name: &[u8]) -> Option<u32>
Expand description

Look up an XHTML named entity by name (the bytes between & and ;). Returns its code point, or None if unknown.