To Lower Case
Convert all letters in a string to lowercase.
Input
Field | Definition | Type | Required |
---|---|---|---|
text | String value that contains lower and upper case letters. | String | TRUE |
Output
Field | Definition | Type |
---|---|---|
output | String value after all letters are converted to lower case. | String |
Example
If the text field contains JohnDoe@CompanyName.Com
, then the output field returns johndoe@companyname.com
.