scanf style parsing

Greg Ewing greg at cosc.canterbury.ac.nz
Thu Sep 27 21:31:33 EDT 2001


Tim Hammerquist wrote:
> 
> I struggled with regex's for months.

Was it the concepts you found difficult, or the syntax?
The syntax conventionally used for REs is atrocious for
anything beyond the simplest cases, IMO.

It doesn't have to be that way. I used a different
approach in Plex, for example:

http://www.cosc.canterbury.ac.nz/~greg/python/Plex/

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list