Get a portion of string from middle.
a string
start index
number of characters [1]
x[i:i+n] | i = start, n = count
Generated using TypeDoc
Get a portion of string from middle.