Constructs an iterator over the given range of the given string, with the
index set at the specified position.
Parameters:
-
text - The String to be iterated over
-
begin - Index of the first character
-
end - Index of the character following the last character
-
pos - Initial iterator position