Here\'s one for you Regex wizards.
This is for use within Notepad++, i.e. it is entered directly into the search and replace dialog.
I need
You should check for surrounding characters with negative lookahead and negative lookbehind:
(?
Live demo
Notepad++ v6.5.1 & works on multi-line purposes too