In BBEdit, how would I do replace all involving an ampersand.
So far, I replaced the & with and, but what if you really need to do it, what should be encased, not sure what would work.
This is my text:
<p>Simon and Garfunkel were an American folk-rock band.</p>
which should be:
<p>Simon & Garfunkel were an American folk-rock band.</p>
I can do search in selected text only, that's not the problem, it's how to replace and with an ampersand which is; I've done some light Google-ing but not sure how to figure this one out.