Get the next group of that contains hex characters. Note, along with getting the characters the pointer in the data will be moved as well.
string The next group that is hex characters.
public function getHex() { return $this->doCharsWhile(static::CHARS_HEX); }