String Operations

These String Operations blocks return information about strings or perform manipulations on strings.

Block Icon Description
Concatenate Concatenate block icon Joins multiple text strings into one string
Left Left block icon Returns the specified number of leftmost characters from a string
Length Length block icon Returns the number of characters in a string
Right Right block icon Returns the specified number of rightmost characters from a string
Substring Substring block icon Returns a specific substring from a string
Replace Replace block icon Replaces a substring of a text value
Trim Trim block icon Removes all leading and trailing whitespace from text
Split no icon Separates an input string into pieces, as defined by a delimiter, and returns the pieces as rows in an output table

2018/10/03 00:17