×

Transform Text

iOS 15 +

Notes

Transforms the input text to camel case, pascal case, snake case, constant case, or dash case.

Syntax

transformText(text: <#String (Allows Variables)#>, transformation: <#Enumeration (Transformation)#>)

Example

transformText(text: "hello world!", transformation: camelCase)