escapeURI() Operation
Syntax |
| |
---|---|---|
Semantics | The string is escaped to conform with URI encoding as defined in RFC 2396. The codepage defines the target encoding, e.g. web forms accept parameters in the same encoding as the website (e.g. ISO-8859-1). The return value is a string. Parameters of URLs must be encoded value by value. | |
Substitutables |
| Can be any variable or object attribute having the type String. |
| A string with the name of the target codepage. | |
| String literal. | |
Examples |
NONE
The escaped string will have the value |
Related Pages: