Block Group: | String Operations |
Icon: |
The Left block returns the specified number of leftmost characters from a string value.
For information on using dataflow blocks, see Dataflow.
The following properties of the Left 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 Left block can give output but cannot take input.
output returns the extracted characters.
The following are special cases for the Left block:
The following image demonstrates a Left block. In this example, the Left block extracts the leftmost 5 characters in "Final Price" and returns "Final."