ESCAPE_SC v15
This function and procedure replaces characters that have special meaning in HTML with their escape sequences. The following characters are converted:
&to&""to":<to<>to>
Syntax
The following is the syntax for HTP:
HTP.ESCAPE_SC(ctext IN VARCHAR2);
The following is the syntax for HTF:
HTF.ESCAPE_SC(ctext in VARCHAR2) RETURN VARCHAR2;
Parameters
| Parameter | Purpose |
|---|---|
| ctext | The string to convert |
- On this page
- Syntax
- Parameters