ToLowerCase
This formula allows you to turn any string into its lowercased version, essentially converting all non-lowercase characters to lowercase.
Returns
string
JSON Format
{
"type": "toLowerCase",
"components": ...
}
RPG Script
This component can be written in RPG Script as:
toLowerCase(...)
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the string you want to convert to lowercase.@type string |