LCase
Syntax
LCase(string)
Description
Converts a string to lowercase.
Parameters
| Parameter | Description |
|---|---|
|
string |
The string to be converted. |
Returns
Returns a string resulting from converting string to lowercase.
Example
The following table presents an example of using the LCase function.
| Expression | Result |
|---|---|
|
lcase(''Hello World 1234'') |
hello world 1234 |