class method SpahQL.Token.PathComponent.parseAt
SpahQL.Token.PathComponent.parseAt(index, queryString) → Array result or null
Reads the given queryString starting at the given index and attempts to identify and parse a path component token. If found, the token will be returned in a tuple [resumeIndex, foundToken]. Returns null if nothing is found.