Substring

(substring string integer1 integer2) -> string

Returns a substring of string, of length as defined by integer2, beginning from the index given as integer1.

Example:

>> (substring "Eric Jordan" 3 2)
:: "c "