Decode or unescape text that has been encoded using HTML encoding back to it's original form & download the output
View ToolCertain characters need to be encoded (escaped) in HTML. Read more at wikipedia.
System.Net.WebUtility.HtmlEncode()
System.Net.WebUtility.HtmlDecode()
System.Net.WebUtility.HtmlEncode()
System.Net.WebUtility.HtmlDecode()
org.apache.commons.lang.StringEscapeUtils.escapeHtml()
org.apache.commons.lang.StringEscapeUtils.unescapeHtml()
htmlEncode()
htmlDecode()
html.escape()
html.unescape()
Comments 0