×

Combine Text

iOS 14 +

Notes

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

Syntax

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

Example

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