Hi guys I really need some help, I need to do a mass replace expression in files I have a large list of urls which needs to be replaced.
I want to search files and replace each with the appropriate brand anchor link e.g.
http://www.example.com becomes
<a href=”http://www.example.com”> http://www.example.com</a>
I need to do this with a large list of urls in multiple files
I tried the following expression (1)|(2)|(3) (?1a)(?2b)(?3c) But It doesn’t work. This is beyond me. Any help would be appreciated. Thanks