Returns the character at position pos from the matched text. It is equivalent to yytext().charAt(pos), but faster
the character at position pos
the position of the character to fetch. A value from 0 to yylength()-1.