Mid

Mid (string input, int start position)

or

Mid (string input, int start position, int character count)

Returns a string containing characters from the middle of the input string. The position counts from 1.

Maps to the VB.net Mid function.