[Zope] python split

Andrew Milton akm at theinternet.com.au
Sun Aug 17 11:29:17 EDT 2008


+-------[ Garry Saddington ]----------------------
| Is it possible to split a string at the first occurence of a non-digit 
| character using a python script in zope, or does this need an external method 
| for security purposes?

You can explicitly allow the re module if you want to split using a regex

-- 
Andrew Milton
akm at theinternet.com.au


More information about the Zope mailing list