package cow

  1. Overview
  2. Docs

XHTML entity support

val entity : string -> string option

entity s converts the HTML entity s to its corresponding UTF-8 symbol. For example entity "amp" = "&".