src code

class method SpahQL.Token.Numeric.parseAt

SpahQL.Token.Numeric.parseAt(i, query) → Array\[resumeIndex, foundToken\] or null

Identifies a numeric literal at the given index in the given string query and returns null if no token is identified, or a tuple of terminating index and the instantiated token if successful.