Breadcrumbs

StringSlice

Summary

Reduces the number of characters in a character string.

image2018-2-28 17:23:20.png

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.

image2018-3-5 11:43:42.png

m

y

n

i

c

e

t

e

x

t

0

1

2

3

4

5

6

7

8

9

10

11