Home / Database / Oracle Application Express Documentation, Release 18.2
Application Express API Reference
Contents
Oracle Application Express Documentation, Release 18.2
Page 186 of 721

12.3 HTML_ATTRIBUTE Function

Use this function to escape the values of html entity attributes. It hex escapes everything that is not alphanumeric or in one of the following characters ',' '.' '-' '_' .

Syntax

APEX_ESCAPE.HTML_ATTRIBUTE (
    p_string IN VARCHAR2 )
    return VARCHAR2;

Parameters

Table 12-3 HTML_ATTRIBUTE Function Parameters

Parameter Description

p_string

The text string that is escaped.

Example

See “ HTML_TRUNC Function”.

Previous Page
Page 186 of 721
Next Page