×

Split Text

iOS 14 +

Notes

Splits the text by a separator. If the separator is set to Custom you can add a customSeparator to split by any character you want.

Syntax

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

Example

splitText(text: ["Hello-World", "Jello-World"], separator: Custom, customSeparator: "-")