Skip to main content

Overview

The case transformation changes the case of text (uppercase, lowercase, or title case).

Syntax

case(<variable>, type="upper")

Parameters

ParameterTypeRequiredDefaultDescription
variablestringYes-The text to transform
typestringNo"upper"Case type: "upper", "lower", or "title"

Examples

case(<variable>, type="upper")
case(<variable>, type="lower")
case(<variable>, type="title")