It looks like you want to extract the query parameters from standard url's.
There is a standard Python module to accomplish this:
http://www.python.org/doc/2.5.2/lib/module-urlparse.html
From: danin
To: python-list@python.org
Sent: Tue, 16 February, 2010 4:13:
danin wrote:
> can anyone please tell me about how to do this.
Now come on, you have to give a *bit* more information. What have you done
so far? What did you plan? What are the rules for finding the string?
--
Cheerz Lars
--
http://mail.python.org/mailman/listinfo/python-list
danin wrote:
> Hi all,
> I am looking for particular solution. I am having one string
> say:
> string- "http://maps.google.co.in/maps/ms?
>
hl=en&ie=UTF8&msa=0&msid=106178526636832397420.00047fb46fa8d02481f09&ll=20.730428,86.456909&spn=2.178194,3.526611&z=8
> "
> and from this s
danin writes:
> Hi all,
> I am looking for particular solution. I am having one string
> say:
> string- "http://maps.google.co.in/maps/ms?
> hl=en&ie=UTF8&msa=0&msid=106178526636832397420.00047fb46fa8d02481f09&ll=20.730428,86.456909&spn=2.178194,3.526611&z=8
> "
> and from this