split-at
Summary​
Splits a string into an array at a given position
Description​
A string which will be split into an array.
position​
The position to split the string. When the value is negative, the location is counted from the end of the string.