--0016e641db128df9da046225554a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hey all, i am looking for an easy way to split a string into letters and numbers. so if i had a string '34JKBY103' i could get ['34', 'JKBY', '103'] I could write up something, but thought that if there was already something out there that i hav'nt found, it would probably be cleaner. thanks sk --0016e641db128df9da046225554a--