Extracts a substring from the middle of a string. Takes str (string to extract from), start (1-based starting position), length (number of characters). Returns a substring starting at position start with the specified length.
str
String
start
Int
length
Int
; No example implemented yet