Block Group: | String Operations |
Icon: |
The Right block returns the specified number of rightmost characters from a string value.
For information on using dataflow blocks, see Dataflow.
The following properties of the Right block can take input and give output.
input specifies the text string that contains the characters to extract.
length specifies how many characters to extract.
The following property of the Right block can give output but cannot take input.
output returns the extracted characters.
The following are special cases for the Right block:
The following image demonstrates a Right block. In this example, the Right block extracts the rightmost 5 characters in "Final Price" and returns "Price."