We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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