B
Bob
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
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