The Lowercase_Text_Utils procedure returns a lowercased version of the input string.
Calling syntax:
| Character = Lowercase(String) |
Input variables:
| String | The String to be lowercased. |
Output variable:
| Lowercase | The lowercase version of the input String. |
The Lowercase_Text_Utils code listing contains additional documentation.