Functions

htmlDecode

Supported By

Syntax

[the] htmlDecode of factor

htmlDecode ( expression )

Factor and expression yield strings.

Description

The htmlDecode function decodes any HTML entities in the specified string and returns the decoded string.

The htmlDecode function recognizes the sequences &#dec; and &#xhex; where dec is a decimal integer and hex is a hexadecimal integer representing a Unicode code point, as well as the following named sequences:

& & Û Û Υ Υ ℵ
&lt; < &Uuml; Ü &Phi; Φ &larr;
&gt; > &Yacute; Ý &Chi; Χ &uarr;
&quot; " &THORN; Þ &Psi; Ψ &rarr;
&apos; ' &szlig; ß &Omega; Ω &darr;
&nbsp;   &agrave; à &alpha; α &harr;
&iexcl; ¡ &aacute; á &beta; β &crarr;
&cent; ¢ &acirc; â &gamma; γ &lArr;
&pound; £ &atilde; ã &delta; δ &uArr;
&curren; ¤ &auml; ä &epsilon; ε &rArr;
&yen; ¥ &aring; å &zeta; ζ &dArr;
&brvbar; ¦ &aelig; æ &eta; η &hArr;
&sect; § &ccedil; ç &theta; θ &forall;
&uml; ¨ &egrave; è &iota; ι &part;
&copy; © &eacute; é &kappa; κ &exist;
&ordf; ª &ecirc; ê &lambda; λ &empty;
&laquo; « &euml; ë &mu; μ &nabla;
&not; ¬ &igrave; ì &nu; ν &isin;
&shy; ­ &iacute; í &xi; ξ &notin;
&reg; ® &icirc; î &omicron; ο &ni;
&macr; ¯ &iuml; ï &pi; π &prod;
&deg; ° &eth; ð &rho; ρ &sum;
&plusmn; ± &ntilde; ñ &sigmaf; ς &minus;
&sup2; ² &ograve; ò &sigma; σ &lowast;
&sup3; ³ &oacute; ó &tau; τ &radic;
&acute; ´ &ocirc; ô &upsilon; υ &prop;
&micro; µ &otilde; õ &phi; φ &infin;
&para; &ouml; ö &chi; χ &ang;
&middot; · &divide; ÷ &psi; ψ &and;
&cedil; ¸ &oslash; ø &omega; ω &or;
&sup1; ¹ &ugrave; ù &thetasym; ϑ &cap;
&ordm; º &uacute; ú &upsih; ϒ &cup;
&raquo; » &ucirc; û &piv; ϖ &int;
&frac14; ¼ &uuml; ü &ensp; &there4;
&frac12; ½ &yacute; ý &emsp; &sim;
&frac34; ¾ &thorn; þ &thinsp; &cong;
&iquest; ¿ &yuml; ÿ &zwnj; &asymp;
&Agrave; À &OElig; Œ &zwj; &ne;
&Aacute; Á &oelig; œ &lrm; &equiv;
&Acirc; Â &Scaron; Š &rlm; &le;
&Atilde; Ã &scaron; š &ndash; &ge;
&Auml; Ä &Yuml; Ÿ &mdash; &sub;
&Aring; Å &fnof; ƒ &lsquo; &sup;
&AElig; Æ &circ; ˆ &rsquo; &nsub;
&Ccedil; Ç &tilde; ˜ &sbquo; &sube;
&Egrave; È &Alpha; Α &ldquo; &supe;
&Eacute; É &Beta; Β &rdquo; &oplus;
&Ecirc; Ê &Gamma; Γ &bdquo; &otimes;
&Euml; Ë &Delta; Δ &dagger; &perp;
&Igrave; Ì &Epsilon; Ε &Dagger; &sdot;
&Iacute; Í &Zeta; Ζ &bull; &lceil;
&Icirc; Î &Eta; Η &hellip; &rceil;
&Iuml; Ï &Theta; Θ &permil; &lfloor;
&ETH; Ð &Iota; Ι &prime; &rfloor;
&Ntilde; Ñ &Kappa; Κ &Prime; &lang;
&Ograve; Ò &Lambda; Λ &lsaquo; &rang;
&Oacute; Ó &Mu; Μ &rsaquo; &loz;
&Ocirc; Ô &Nu; Ν &oline; &spades;
&Otilde; Õ &Xi; Ξ &frasl; &clubs;
&Ouml; Ö &Omicron; Ο &euro; &hearts;
&times; × &Pi; Π &image; &diams;
&Oslash; Ø &Rho; Ρ &weierp;
&Ugrave; Ù &Sigma; Σ &real;
&Uacute; Ú &Tau; Τ &trade;

See Also

htmlEncode, urlEncode, urlDecode