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 value
starting from3
and ending at5
Use case
Inputs
- Start position:
3
- End position:
5
- Text value:
Pneumonoultramicroscopicsilicovolcanoconiosis
Experienced tips
- If the
start
andend
positions are empty, the process will continue and provide you with the entiretext value
- If the
start
position are empty, but theend
position is specified, the process will continue and provide you with the characters that areless
andequal
to theend
position - If the
end
position are empty, but thestart
position is specified, the process will continue and provide you with the characters that aregreater
andequal
to thestart
position
Search Tags
get targeted characters from a text value