Back to String PlugITs content page
Replaces a given character or word in a string with another given character or word.

Parameters | 
    |
1 | 
      Character / word / text to replace.  | 
    
2 | 
      Replacement character / word / text.  | 
    
3 | 
      If checked, the replacement is only carried out if the case (upper and lower case) are identical.  | 
    
4 | 
      If selected, all instances of the text to replace will be replaced.  | 
    
5 | 
      If selected, only one instance of the text to replace will be replaced. The following parameters are used to specify which instance.  | 
    
6 | 
      The number of the instance to replace.  | 
    
7 | 
      Defines whether the search for the instance to replace begins from the beginning or the end of the text.  | 
    
Actions | 
    |
Set replacement text | 
      Changes the replacement text.  | 
    
Set text to replace | 
      Changes the text to replace.  | 
    
In | 
      Entry for the text to edit. The result is sent in the "Out" event.  | 
    
Events | 
    |
Out | 
      Resulting text after replacement(s).  |