Back to String PlugITs content page
Splits a string in two, each part being sent in a different event.

Parameters | 
    |
1 | 
      If selected, use one or more character(s) as separator.  | 
    
2 | 
      Character(s) to use as a separator.  | 
    
3 | 
      Defines at which occurrence of the separator to separate.  | 
    
4 | 
      If selected, cut the string into two after a certain number of characters.  | 
    
5 | 
      Defines the number of characters before the separation.  | 
    
6 | 
      Defines whether the search for the separator or the count of the number of characters starts from the beginning or the end of the text.  | 
    
Actions | 
    |
In | 
      Entry for the text to separate. The result is sent in the "Start" and "End" events.  | 
    
Events | 
    |
End | 
      Beginning of the text to separate. Contains all of the text if no separation could be performed.  | 
    
Start | 
      End of text to separate. Empty if no separation could be performed.  |