So I get a response as pairs of keys and values sum=199&name=arik&business=arik & sons&address=xyz
I m looking for a REGEX that will be able to split the keys and values
giving the following guidelines 1. first pair doesn't have the & 2. it could have & inside some of the values
Thank you