Skip to main content
Skip table of contents

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.

my nice text    
01234567891011    
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.