Overview
Thecase transformation changes the case of text (uppercase, lowercase, or capitalize).
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | string | Yes | The text to transform |
type | string | Yes | Case type: "upper", "lower", or "capitalize" |