Split String

Splits a delimited string into its individual components.

Privileges

Normal

Input Parameters
Name Type Required Description
String to Split String Yes A string with a repeated delimiter (list) : dogs, cats, turtles, mice.
Output Parameters
Name Type Description
Tokens Collection The members of the list.
Result String Returns 'True' if the file is found, 'False' otherwise.
Example Input Parameters
Name Type Required Example
String to Split: String Yes server1.domain.local, server2.domain.local, server3.domain.local
Separator Character Yes ,