# lowerCase

## Description

Converts all characters in a text to lowercase.

## Input / Parameter

| Name   | Description                | Input Type  | Default | Options | Required |
| ------ | -------------------------- | ----------- | ------- | ------- | -------- |
| string | The value to be converted. | String/Text | -       | -       | Yes      |

## Output

| Description              | Output Type |
| ------------------------ | ----------- |
| Returns converted value. | String/Text |

## Callback

N/A

## Video

Coming soon.

## Example

Coming soon.

### Steps

Coming soon.

### Result

Coming soon.

## Links
