> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/string-functions/lower-case.md).

# Lower-case

Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - Lower-case

This Function returns a *\<string>*, which is the specified **Value** with all the chars in lower case.

### Parameters

* **Value** *\<string> -* String to lower case the chars from.

### Examples

* *Example 1*

Lowercase("KaLiPsO")\
**Result** = kalipso

* *Example 2*

Lowercase("KALIPSO")\
**Result** = kalipso
