SubString
This function retrieves a substring from the given input string. The substring begins at a specified position and has a specified length.
| SYNTAX |
|
||||||
| ARGUMENTS |
|
||||||
| RETURN | A string of the given length that begins at the start index of the given input string. | ||||||
| EXAMPLE |
|