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