Select characters from text
Description
Takes an amount of text from start input position
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Start position | number | link-manual | false | The amount of characters to exclude starting from the first character |
| Amount of characters | number | link-manual | false | The amount of characters to include starting after the last excluded character |
| Text value | text | link-manual | true | The text value that should be used to get a certain amount of characters of |
Scenarios
- The user wants to exclude the first
10characters and get the other40characters from a text value that has 50 characters
Use case
Inputs
- Start position:
10 - Amount of characters:
40 - Text value:
Pneumonoultramicroscopicsilicovolcanoconiosis
Experienced tips
- If the
Text valueare empty, the process will continue and provide an emptyText value
Search Tags
Select characters from a text value