Primitive
string.lower
BETAShort name: lower
Version: 1.0.0
Convert text to lowercase.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| text | string | true | Input text to lowercase. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | string | false | Lowercased text. |