Name
substr —
Returns a substring.
Synopsis
substr:string(str:string,start:long,length:long)
Arguments
str
The string to take a substring from
start
Starting position. 0 = start of the string.
length
Length of string to return.
Description
Returns the substring of the up to the given length
starting at the given start position.