Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 405 Bytes

splitText.md

File metadata and controls

11 lines (11 loc) · 405 Bytes

Split Text

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: <#Type (WFTextSeparator)#>, customSeparator: <#String (Allows Variables)#>)

Example

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