Get the next group of numbers. Note, along with getting the characters the pointer in the data will be moved as well.
string The next group of numbers.
public function getNumeric() { return $this->doCharsWhile('0123456789'); }