PRINTS and PS v16

These procedures generate a string and replace the following characters with the corresponding escape sequence:

  • < with &lt;
  • > with &gt;
  • "" with &quot;
  • & with &amp;
Note

PRINTS and PS operate only as HTPs.

Syntax

The following is the syntax for HTP:

HTP.PRINTS(ctext IN VARCHAR2);
HTP.PS(ctext IN VARCHAR2);

Parameters

ParameterPurpose
ctextThe string on which to perform character substitution