I'm in notepad++ and I need to add a / right before the closing > in the following line:
<meta name="description" content="*****">
the *****
above is a bunch of text that I need left in place, and it changes from page to page, thus my need for some find / replace method that is superior to what I would normally be capable of. I assume regex would be the right way to go.