On Apr 11, 10:50 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Wed, 11 Apr 2007 23:14:01 -0300, Qilong Ren <[EMAIL PROTECTED]>  
> escribió:
>
> > Thanks for reply. That actually is not what I want. Strings I am dealing  
> > with may look like this:
> >      s = 'a = 4.5 b = 'h'  'd' c = 4.5 3.5'
> > What I want is
> >      a = 4.5
> >      b = 'h' 'd'
> >      c = 4.5 3.5

I suppose next you'll post your strings can also  look like this:

"[EMAIL PROTECTED]@[EMAIL PROTECTED]@%====12341234qeerasdfdae"

and you want "A = 3"


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to