Fields
No configurable options availableSample data
| Input data | Output data |
|---|---|
| ”THIS Is CoNvErTed” | “this is converted” |
Takes the given input and casts all letters to a lower case. The given input must be a valid string.
| Input data | Output data |
|---|---|
| ”THIS Is CoNvErTed” | “this is converted” |