![]() ![]() |
Reference Type: Supported, Category: String Functions, ICR#: 10104
The $$LOW^XLFSTR extrinsic function returns an input string converted to all lowercase.
$$LOW^XLFSTR(x)
x: |
(required) Character string. |
returns: |
Returns the input string converted to all lowercase. |
>S X=$$LOW^XLFSTR("JUSTICE") >W X justice |