Re: Can we perform substitution to the matched pattern inside a regular expression so that the modified pattern gets returned instead of earlier matched one ?

2010-05-13 Thread C.DeRykus
tched pattern inside a regular > > > expression so that the modified pattern gets returned instead of earlier > > > matched one ? > > > > As a reference, in the following code below, I want to perform the > > > substitution of "~" character with "_" c

Re: Can we perform substitution to the matched pattern inside a regular expression so that the modified pattern gets returned instead of earlier matched one ?

2010-05-13 Thread C.DeRykus
tched pattern inside a regular > > > expression so that the modified pattern gets returned instead of earlier > > > matched one ? > > > > As a reference, in the following code below, I want to perform the > > > substitution of "~" character with "_" c

Re: Can we perform substitution to the matched pattern inside a regular expression so that the modified pattern gets returned instead of earlier matched one ?

2010-05-05 Thread Amit Saxena
On Fri, Apr 30, 2010 at 10:40 PM, C.DeRykus wrote: > On Apr 30, 3:55 am, learn.tech...@gmail.com (Amit Saxena) wrote: > > Hello everybody, > > > > Can we perform substitution to the matched pattern inside a regular > > expression so that the modified pattern gets

Re: Can we perform substitution to the matched pattern inside a regular expression so that the modified pattern gets returned instead of earlier matched one ?

2010-04-30 Thread C.DeRykus
On Apr 30, 3:55 am, learn.tech...@gmail.com (Amit Saxena) wrote: > Hello everybody, > > Can we perform substitution to the matched pattern inside a regular > expression so that the modified pattern gets returned instead of earlier > matched one ? > > As a reference, in the fo

Can we perform substitution to the matched pattern inside a regular expression so that the modified pattern gets returned instead of earlier matched one ?

2010-04-30 Thread Amit Saxena
Hello everybody, Can we perform substitution to the matched pattern inside a regular expression so that the modified pattern gets returned instead of earlier matched one ? As a reference, in the following code below, I want to perform the substitution of "~" character with "_&qu