We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Adding Ruby html escaping stuff
https://github.com/veddan/rust-htmlescape
Updated Lib html (markdown)
`< > & ' "`
Link to https://github.com/mozilla/rust/blob/incoming/src/libcore/unicode.rs
add PHP's htmlspecialchars/htmlspecialchars_decode
Go's EscapeString/UnescapeString
binary search like in `libcore/unicode.rs`
A library/module for escaping of HTML characters. Link to Go's module