html-escaper
fast and safe way to escape and unescape &<>'" chars
escape-goat
Escape a string for use in HTML or the inverse
slashes
Add or remove backslashes (escape or unescape).
unraw
Convert raw escape sequences to their respective characters (undo String.raw).
unescape
Convert HTML entities to HTML characters, e.g. `>` converts to `>`.