S
skneife
Hi,
I have an input string :
<NEW>g04 8/1 0<catset>pub=g04</catset>
and I use this regex expresssion to match from <NEW> to </catset>, I
wrote:
<NEW>.+?</catset> but it doesn't work, no match !
What is the good way ?
Thanks.
Sam
I have an input string :
<NEW>g04 8/1 0<catset>pub=g04</catset>
and I use this regex expresssion to match from <NEW> to </catset>, I
wrote:
<NEW>.+?</catset> but it doesn't work, no match !
What is the good way ?
Thanks.
Sam