Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Functions » Alphabetical list of functions

HTML_ENCODE function [Miscellaneous] Next Page

HTTP_DECODE function [HTTP]


Decodes special characters within strings for use with HTTP.

Syntax

HTTP_DECODE( string )

Parameters

string    Arbitrary string to be used in an HTTP request.

Remarks

This function returns the string argument after replacing all character sequences of the form %nn, where nn is a hexadecimal value, with the character with code nn. In addition, all plus signs (+) are replaced with spaces.

See also
Standards and compatibility