ToLowerCase
This formula allows you to turn any string into its lowercased version, essentially converting all non-lowercase characters to lowercase.
JSON Format
{
"type": "toLowerCase",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the string you want to convert to lowercase. |