On 12 Mar 2006, at 12:18 , Mosley, Kim wrote:
I have a long list of URLs like

http://joe.com
http://joes.com

and wish to convert them to links:

<a href="http://joe.com"; target="_new">http://joe.com</a>
<a href="http://joes.com"; target="_new">http://joes.com</a>

Can anyone help?

It would be great if you could email me directly ([EMAIL PROTECTED])

search for:
^(http:[^\s]*)

replace

<a href="\1" target "=_new">\1<\a>


-- Don't congratulate yourself too much, or berate yourself either. Your choices are half chance; so are everybody else's.



--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to