Re: parsing query strings

2001-06-08 Thread Homayoun Yousefi'zadeh
Here is a method that I have written in one of my classes. Send me a $25 certificate if it helps ;-) public Vector stringParser(String str, String delim, int maxLength) { Vector strVector = new Vector(); String token; try { StringTokenizer st = new Stri

parsing query strings

2001-06-08 Thread kevin1
Hello all, I have a String, which will be a query string from an application. I want to parse it to get at some of the values. Is there a handy class that will do that for me? -- To UNSUBSCRIBE, email to [EMAIL PRO