Hello All,
I have a string like "https://www.google.com/abc/xyz?firstQp=5&secondQp=IamMaster".
I am looking for the best possible and optimised piece of javascript code to extract firstQp and secondQp into context variables.
Can anyone quickly help me here ?