Module earth::sanitizer [] [src]

Sanitize HTML tags.

Structs

Escape

Functions

escape

Convert given string to HTML-safe sequences by replacing the characters &, < and >. If the optional flag quote is true, the characters " and ' are also translated.