StringInsert¶
in Lib.string.buffers.transform
Can replace and move characters to any position within a string
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| Original (String) | Input for the string into which something is to be inserted |
| Insertion (String) | String to be inserted into the 'original' string |
| Position (Int32) | Defines the position at which the 'Insertion' string is inserted into the 'original' string This value can be animated |
| UseModuloPosition (Boolean) | If modulo is activated, the string position is looped if the value is too high or too low |
Outputs¶
| Name | Type |
|---|---|
| Result | System.String |