?
slice
Summary​
Extracts a portion of a string
Description​
Fields​
string​
A string containing the desired values.
start​
The starting position for the slice. An empty string will be returned if the starting position is greater than the string length. A negative value will start the slice relative to the end of the string.
length​
The length of the slice
Helpful?