String.substr¶
Parameters¶
start | Location at which to begin extracting characters. |
length | (OptIonal) The number of characters to extract. |
Description¶
Returns a string containing the characters beginning at the specified index, start, through the specified number of characters.
The original string is unchanged. Returns a string containing the extracted characters.