The
substr
Function
•
Sample function call:
myString.substr(5, 20)
•
Substr returns a string, the
arguments to it are of type
string::size_type
.