I have a query string:
isUser=0&tokenId=911b7ce6-0ddb-4739-9a02-cd7304a2w&emId=19&url=dfsjgh&roll=s&commId=0
I would like to parse it and end up as follows:
var firstcharector=0;
var secondCharector=911b7ce6-0ddb-4739-9a02-cd7304a2w;
var thirdCharector=19;
How can I achieve this?