StringSlice
Summary
Reduces the number of characters in a character string.

Properties
- Start index: Index where the selection starts, (inclusive), (the first character position is 0).
- End index: Index where the selection ends, (inclusive). If only one character is to be selected then End Index must be equal to Start Index.
Example
In the text: "my nice text", to select the word "nice", it is necessary to configure the component as in the image below.

| m | y | n | i | c | e | t | e | x | t | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |