string.token.type
Syntax
Get the character type at a given position.
ir - Type of character at position i with the following values:
0: missing item
1: integer
2: float
3: string (unable to interpret as an integer or float)
s - string i - integer position of a character
string.token
string.type
9.1.13