String identifier(var ParseState st)
Arguments
st: The current parsing state
Usage
This function parses any sequence representing an identifier ([_A-Za-z][_A-Za-z0-9]+) at the start of the string, and returns the sequence. An Exception will be thrown if the sequence does not exist.