substr(string,m,[n])
substr(
string
,
m
)
Return substring of string beginning at character position m and consisting of the next n characters. If n is omitted, include all characters to the end of string.
n