String + number split

Stevie_mac no.email at please.com
Mon Apr 12 14:03:57 EDT 2004


Hello again, I can do this, but I'm sure there is a much more elegant way...

A string, with a number on the end, strip off the number & discard any underscores

eg...

font12        becomes         ('font',12)
arial_14      becomes        ('arial',14)

Cheers





More information about the Python-list mailing list