substr
String Expression
Returns the characters from start through end. The first character position is '1.' If end exceeds the length of the source text, it will automatically truncate at the end of the source text.
Numeric Expression
Takes the characters from start through end and tries to read them as a number. If the characters do not represent a number, '0' will be returned instead.