Skip to content

String case

ryannewington edited this page Jun 23, 2016 · 1 revision

String case

Summary

This transform allows converting a string to either upper, lower, or title case.

Parameters

Parameter Description
Case Specifies the case conversion to perform on the string

Input Type

The transform accepts string values as its input

Multiple input values

The transform accepts multiple input values, and processes each of them individually

Return Type

The transform returns a string value for each input value

Usage

Input value Case Output value
This is a test Upper THIS IS A TEST
This is a test Lower this is a test
This is a test Title This Is A Test