{ string start stop -> string }
The substring
function extracts a substring from a given
string:
Stack: "abcde" 1 2 substring Stack: "b"
See section stringWords[. See section chopString[. See section substring[.
Go to the first, previous, next, last section, table of contents.