Possible duplicates:
Manipulating a query string in Java
Parsing query strings in Java
I have a line similar to name1=value&name2=value&name3=value. I need to parse this into some kind of card so that I can get individual values. I searched for how to do this, but came up with many, many different solutions. What is the best way to do this?
source
share