Trim
This formula allows you to trim a string, removing any leading and trailing whitespaces. For example, " hello " would turn into "hello".
JSON Format
{
"type": "trim",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the string you want to trim. |