String + number split

Thomas stegen tstegen at cis.strath.ac.uk
Mon Apr 12 18:06:48 EDT 2004


Stevie_mac wrote:

> now thats what im talking about!
> note to self, learn reg exp!

While you are at it I would recommend looking at finite state
automatons since give a very simple theoretical viewpoint
at what regular expressions are capable/incapable of
doing. After that it is just syntax :) (It is also give
a good hint at how you can implement reg exes yourself.)

-- 
Thomas.




More information about the Python-list mailing list