I frequently remove hearing impaired tags from subtitle files, so regex support is essential.
I currently have to load the subtitle file in my text editor and
replace \[.*?\] with "" (blank)
replace \(.*?\) with ""
save + exit
The process could be a lot quicker (2-3 clicks) if I could add these two search and replace commands to a batch profile that shows up in the system context menu.
Any utility that supports this?