Back to Misc PlugITs content page

"Split" PlugIT

The "Split" PlugIT splits the input link parameter according to a separator.

 

Parameters

1

Separator used to separate the different elements of the input link parameter.


 

Action

Input

Input for the link parameter to split.

 

Event

Out

Successively triggered for each separated element of the input link parameter. Contains the separated elements in the link paramter.
Example: For the "This;is;a;test" input parameter with ";" as the separator, 4 events "Out" will be successively triggered, respectively containing "This", "is", "a" and "test" as link parameter.