Re: finding contents from string

2010-02-16 Thread Praveen Boppana
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:

Re: finding contents from string

2010-02-16 Thread Lars Behrens
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

Re: finding contents from string

2010-02-16 Thread Peter Otten
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

Re: finding contents from string

2010-02-16 Thread Arnaud Delobelle
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