Skip to content

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 from 3 and ending at 5

Use case

Command

Inputs
  • Start position: 3
  • End position: 5
  • Text value: Pneumonoultramicroscopicsilicovolcanoconiosis
Experienced tips
  • If the start and end positions are empty, the process will continue and provide you with the entire text value
  • If the start position are empty, but the end position is specified, the process will continue and provide you with the characters that are less and equal to the end position
  • If the end position are empty, but the start position is specified, the process will continue and provide you with the characters that are greater and equal to the start position
Output

Output

Search Tags

get targeted characters from a text value