Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$LOW^XLFSTR(): Convert String to Lowercase

Reference Type: Supported, Category: String Functions, ICR#: 10104

Description

The $$LOW^XLFSTR extrinsic function returns an input string converted to all lowercase.

Format

  $$LOW^XLFSTR(x)

Input Parameters

x:

(required) Character string.

Output

returns:

Returns the input string converted to all lowercase.

 

Example

>S X=$$LOW^XLFSTR("JUSTICE")

>W X
justice