Encodes special characters within strings to be inserted into HTML documents.
HTML_ENCODE ( 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 |
---|---|
" |
" |
' |
' |
& |
& |
< |
< |
> |
> |
codes no less than 0X20 |
&#xnn |