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