Hi
In my text output file that I will display on my webpage
I have this included:
What is the best way to change these into real
working links eg:
I guess that the best way is with a regular expression ?
Of course I have to make sure that I don't double up the
http:// if it is already given
Thanks for any advice
In my text output file that I will display on my webpage
I have this included:
"Located At: Http://pggg-online.org/blog.htm "
and sometimes :
"found here www.example.org/james.htm "
and sometimes :
"found here www.example.org/james.htm "
What is the best way to change these into real
working links eg:
<a href='http://www.example.org/james.htm' target='_blank' >www.example.or g/james.htm</a>
Of course I have to make sure that I don't double up the
http:// if it is already given
Thanks for any advice
Comment