STRTOLOWER

Usage

TIBCO iProcess Workspace (Browser)

TIBCO iProcess Workspace (Windows)

Convert text to lower case.

Syntax

STRTOLOWER (text)

where text is the text string to be converted.

Returns

The text string after conversion.

Examples

TIBCO iProcess Modeler:

STRTOLOWER ("TEST")

returns "test"

TIBCO Business Studio:

IPEConversionUtil.STRTOLOWER("TEST");