M
Matthias S.
Hi there,
I'm trying to build a regular expression which will do a replace for me. I'm
getting grey hair on this one:
here is my input string:
<a href="http://test.com/fun.jpg" target="_blank">my fun pic</a>
I'd like to turn this into the following:
http://test.com/fun.jpg
Can somebody help me building such a regular expression? Any help is greatly
appreceated. Thanks in advance!
Matthias
I'm trying to build a regular expression which will do a replace for me. I'm
getting grey hair on this one:
here is my input string:
<a href="http://test.com/fun.jpg" target="_blank">my fun pic</a>
I'd like to turn this into the following:
http://test.com/fun.jpg
Can somebody help me building such a regular expression? Any help is greatly
appreceated. Thanks in advance!
Matthias