Get the next group of characters that are ASCII Alpha characters and numbers.
Note, along with getting the characters the pointer in the data will be
moved as well.
Return value
string The next group of ASCII alpha characters and numbers.
File
vendor/masterminds/html5/src/HTML5/Parser/Scanner.php, line 200