×

Combine Text

iOS 14 +

Notes

Combines the given text. Text can be given in an array.

Syntax

combineText(text: <#ArrayOrString#>, combine: <#Enumeration (WFTextSeparator)#>, separator: <#String (Allows Variables) (Optional)#>)

Example

combineText(text: Hello World, combine: Custom, separator: ",")