!--a11y-->
Purpose
Returns a lowercase copy of a given string.
Syntax
string strLwr (in string string)
Parameters
string |
String for which a lowercase copy is desired. |
Return Value
Lowercase copy of the input string.
Example
`if (strnCmp(strLwr(~language), "en", 1) == 0)`
English Version:
`end`
