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