blob: 7d359a5171ceebbc13d05abcff561910c2c0ceb8 (
plain) (
blame)
1
2
3
|
HTML::Escape provides a function which escapes HTML's special characters. It
performs a similar function to PHP's htmlspecialchars. It escapes the following
characters: " & ' < > ` { }
|