NAME
extract() - extract a substring from a string
SYNOPSIS
string extract( string str, int from, int to );
DESCRIPTION
extract() returns as a string the characters in from to
, inclusive. The first character in the string is number 0. If
isn't specified, the string will be from character to the
end of the string.
SEE ALSO
sscanf(3)
, explode(3)