×

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: <#arrayorstring#>, separator: <#Enumeration (WFTextSeparator)#>, customSeparator: <#String (Allows Variables) (Optional)#>)

Example

splitText(text: [\, separator: , \, customSeparator: "")