mid
This function returns n characters from a string, starting from the position that is given with the offset parameter. If n is omitted, all succeeding characters are returned.
Parameters: string, offset, n
This example returns two characters from the string starting from the second character. The result is "bc".