package cow

  1. Overview
  2. Docs

Module Cow.XhtmlSource

XHTML entity support

Sourceval entity : string -> string option

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

OCaml

Innovation. Community. Security.