Take text value
Description
Takes a section of text from start input to end input positions
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Start position | number | link-manual | false | The starting character to take from the text |
| End position | number | link-manual | false | The last character to take from the text |
| Text value | text | link-manual | true | The characters that will be taken from the text regarding the 2 positions specified |
Scenarios
- The user wants to take characters from the
Text valuestarting from3and ending at5
Use case
Inputs
- Start position:
3 - End position:
5 - Text value:
Pneumonoultramicroscopicsilicovolcanoconiosis
Experienced tips
- If the
startandendpositions are empty, the process will continue and provide you with the entiretext value - If the
startposition are empty, but theendposition is specified, the process will continue and provide you with the characters that arelessandequalto theendposition - If the
endposition are empty, but thestartposition is specified, the process will continue and provide you with the characters that aregreaterandequalto thestartposition
Search Tags
get targeted characters from a text value