how to remove path
Posted: Thu Jan 25, 2007 3:47 am
hello,
i have a Regular expression which just find the
tag in an html file
The problem is that i have a <img> tag like
I want to remove "abc/www" from ther above tag
how can i do it[/syntax]
i have a Regular expression which just find the
Code: Select all
<Img src = "anyfile.jpg">
The problem is that i have a <img> tag like
Code: Select all
<img src = "abc/www/image.jpg">
how can i do it[/syntax]