regex to exctract informations

Bob Bob at bob.com
Thu May 4 15:40:41 EDT 2006


Dears,

I am trying to search and replace strings with regex.

The string is identified by a keyword :

IDImage("1M234567");
DescriptionImage("Desc of the Image 1");

I want to exctract the IDImage (1M234567 ) and the Description.

The ID are characters and numbers, the description too.

Thx,

Bertrand



More information about the Python-list mailing list