Hi,
I have an input string :
<NEW>g04 8/1 0<catset>pub=g0 4</catset>
and I use this regex expresssion to match from <NEWto </catset>, I
wrote:
<NEW>.+?</catsetbut 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=g0 4</catset>
and I use this regex expresssion to match from <NEWto </catset>, I
wrote:
<NEW>.+?</catsetbut it doesn't work, no match !
What is the good way ?
Thanks.
Sam
Comment