HTML

module HTML

Overview

Handles encoding and decoding of HTML entities.

Defined in:

html.cr

Constant Summary

SUBSTITUTIONS = {'!' => "!", '"' => """, '$' => "$", '%' => "%", '&' => "&", '\'' => "'", '(' => "(", ')' => ")", '=' => "=", '>' => ">", ' => "<", '+' => "+", '@' => "@", '[' => "[", ']' => "]", '`' => "`", '{' => "{", '}' => "}", ' ' => " "}

Class Method Summary