Definitions for "Substring"
a string within a string.
A string that is part of a longer string. For example, the string "cat" is a substring of the string "catamaran".
A contiguous portion of a scalar character string. Do not confuse this with the substring selector in an array section, where the result is another array section, not a substring.