I have a bunch of html code stored in the database that I would like to replace all html links to open in a new window (target="_blank"). Currently I just search for <a href and replace it with <a target="_blank" href but if they have other tags between the a and href then it gets missed. I know I should be using Expressions but have never been able to get that to work so I am hoping someone here could help me out.
Have you just tried looking for href= and replacing it with target="_blank" href=? That way you do not miss the ones with other stuff in between. Just a thought.
Your in a catch 22 situation then. There is no other way than going to each href= as they are listed and looking at them. Going to be a boring job for someone. You got children that are old enough who like to know about programming, if so give it to them to do, I know when I have a boring job to do, I pass it off to my children. *ROTFLMARO*