StringValue.
substr
Pull substrings out of each string value by position and maximum length.
start (int) – First character to start splitting, indices starting at 0 (like Python)
length (int, optional) – Maximum length of each substring. If not supplied, splits each string to the end
substrings
type of caller