How to replace empty braces ( ) with empty space in notepad++.
Thanks
In Note pad++ do ctrl+h and then check 'extend' option
now find what () replace with (empty space)
\(\)
EMPTY
You have to escape the parenthesis because they have special meaning in a regex