Admin Production rocket
Current Publication

&LOWER

Enterprise Developer for Eclipse (including UNIX Components) V7.0
Rocket® Enterprise Developer (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.

&LOWER

Returns a copy of a string with all upper case characters converted to lower case. Other characters remain unchanged.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Syntax:

&LOWER (string)

Aliases:

&lower (string)        &Lower (string)
&TO-LOWER (string)     &to-lower (string)
&TOLOWER (string)      &To-Lower (string)
&tolower (string)      &ToLower (string)&STRLWR (string) &strlwr (string) 
&Strlwr (string)&LOW-CASE (string) &low-case (string) 
&Low-Case (string)     &lowcase (string)
&LOWCASE (string)      &LowCase (string)

Examples:

&LOWER ("ABC")  = "abc"
&LOWER ("Ab1%") = "ab1%"
&LOWER ("abc")  = "abc"