substring
Consecutive characters within a string. To access a substring in a character
expression, put square brackets around a pair of comma-separated unsigned
integers to specify the location of the substring within a character string. For
example, strng[3,10] accesses the third through tenth characters of strng.
See also character, subscript, string.