G
Guest
Hi.
I've a requirement in regular exp..
I need to replace a pattern...can anyone help me out,...
My input string is as below
<img src="c:\windows\images\bluehills.jpg"><a heref="sfjs">
<img src="c:\vij\granny.bmp">.........
My output string should be like
<img src="D:\images\bluehills.jpg"><a heref="sfjs">
<img src="D:\Images\granny.bmp">.........
Can anyone help out in the pattern...
I've a requirement in regular exp..
I need to replace a pattern...can anyone help me out,...
My input string is as below
<img src="c:\windows\images\bluehills.jpg"><a heref="sfjs">
<img src="c:\vij\granny.bmp">.........
My output string should be like
<img src="D:\images\bluehills.jpg"><a heref="sfjs">
<img src="D:\Images\granny.bmp">.........
Can anyone help out in the pattern...