public function getSubstring(int $length, int $offset = 0) : string { return substr($this->source, $this->position + $offset, $length); }