Notepad++ search and replace words between [ ]
I have a subtitle file with lines like: [music in the background] What do you need? How can I search and replace [music in the background] with nothing? Thank you!
- Press Ctrl+H
- Find what:
(\[.+?\])
- Replace with: leave it empty
- Search mode: Regular Expression