2
I am currently working with notepad++ and would like to deleate text between brackets togeather with the brackets themselves! I would like to use a regular expression.
Example:
(thisIsAnExample)
search and deleate (replace with nothing). [^()]*
will search everything BETWEEN brackets, but not the brackets itselv. How can I do that?
While this may answer the question, it would be a better answer if you could provide some explanation why it does so. – DavidPostill – 2015-09-16T12:54:02.460