Decodes special character entities that appear in HTML literal strings.
HTML_DECODE ( string )
CIS functional compensation performance considerations apply. See “Conditions that cause processing by SQL Anywhere” in Chapter 3, “Optimizing Queries and Deletions,” in the Performance and Tuning Guide.
string An arbitrary literal string used in an HTML document.
This function returns the string argument after making the following set of substitutions:
Characters |
Substitution |
---|---|
" |
" |
' |
' |
& |
& |
< |
< |
> |
> |
&#xnn; |
character nn |