htmlentities
htmlentities copied to clipboard
Add support for case-insentitive decoding
Add an option that allows users to decode (invalid) HTML entities with incorrect casing, such as &Amp;
instead of &
.
(I'll open a PR for this soon, I just need the link to this issue for now).