Possible Duplicates:
Query String Manipulation in Java
Parsing query strings in Java
I have a string similar to name1=value&name2=value&name3=value
. I need to parse this into a map of some sort so I can get at the individual values. I've been googling how to do this, but have come up with many, many different solutions. What's the best way to do this?