Re: help on how to construct very specific matches

2001-11-29 Thread John W. Krahn
Leon wrote: > > I need members help on this :- > > I wish to substitute ALL the number 123 marked in red > found within the brackets ( 123 of 123 ), of $a, into 789. > > The regexes must not substitute the 4 following match :- > 123 ) > 123 > of 123 ) > 123 of 123 ) > > Therefore, the regexes

Re: help on how to construct very specific matches

2001-11-29 Thread Andrea Holstein
Leon wrote: > need members help on this :- > > I wish to substitute ALL the number 123 marked in red found within the brackets ( >123 of 123 ), of $a, into 789. > > The regexes must not substitute the 4 following match :- > 123 ) > 123 > of 123 ) > 123 of 123 ) > > Therefore, the regexes MUST ONL

help on how to construct very specific matches

2001-11-29 Thread Leon
I need members help on this :- I wish to substitute ALL the number 123 marked in red found within the brackets ( 123 of 123 ), of $a, into 789. The regexes must not substitute the 4 following match :- 123 ) 123 of 123 ) 123 of 123 ) Therefore, the regexes MUST ONLY substitute the red 123 found