Regular expression use

Zara yozara at terra.es
Fri Aug 24 07:44:54 EDT 2007


On 24 Aug 2007 10:58:46 GMT, nmm1 at cus.cam.ac.uk (Nick Maclaren) wrote:

>
>For reasons that I won't explain, as they are too complicated
>and not terribly relevant, I am interested in discovering what
>people actually use regular expressions for.  Not the subject
>domain, but the construction of the regular expressions.
>
>I know about computer scientists and parsing, and I know about
>the use of relatively simple ones for things like extracting
>HTML links from Web pages.  But I don't have much feel for the
>(probably rare but difficult) uses of more complex ones for
>other purposes.  I have heard of several such uses, but don't
>have an overall idea of what is going on.
>
>Any pointers appreciated, to more-or-less anything.
>

In the linked project, regular expression are used to parse
communication protocol responses, file contents, and interporocess
communcation (at least).

They may not be pretty elegant solutions, but this is the first
project I made in python (and also with regex)!!

NOTE: I am the author, and I swear the application is free of viruses,
it has been fully developed with a python and a WingWare standar
installation, and it will only deposit some files on your
$python$/Lib/site-packages folder. 
Any comments welcome.

NOTE2: Software in spanish, but it should not be pretty difficult to
follow (I hope!)

best regards,

Zara

http://www.albalaing.com/Firmware.aspx?id_firmware=2359




More information about the Python-list mailing list