H
Hugo Wetterberg
Hi,
I would like to make a regex replace in a text where links are specified
like this:
Click here[http://www.info.com] to read more about this subject.
And i would like to have it translated into:
Click <a href='http://www.info.com'>here</a> to read more about this
subject.
Is it possible to do this with regexp?
/Hugo
I would like to make a regex replace in a text where links are specified
like this:
Click here[http://www.info.com] to read more about this subject.
And i would like to have it translated into:
Click <a href='http://www.info.com'>here</a> to read more about this
subject.
Is it possible to do this with regexp?
/Hugo