This little tutorial shows you how to search for url’s and convert them to hyperlinks using komodo edit.
Search: http://(.*)/
Replace: <a href="http://\1">\1</a>
Advertisements
This little tutorial shows you how to search for url’s and convert them to hyperlinks using komodo edit.
Search: http://(.*)/
Replace: <a href="http://\1">\1</a>