GetTextNormalize

Description

Returns the text data that is contained within the current PBDOM_CDATA object, with all surrounding whitespace characters removed and internal whitespace characters normalized to a single space.

Syntax

pbdom_cdata_name.GetTextNormalize()

Argument

Description

pbdom_cdata_name

The name of a PBDOM_CDATA


Return value

String.

Usage

If no textual value exists for the current PBDOM_OBJECT, or if only whitespace characters exist, an empty string is returned.

See also

GetText

GetTextTrim

SetText