-1

How to replace empty braces ( ) with empty space in notepad++.

Thanks

Toto
  • 89,455
  • 62
  • 89
  • 125
satya
  • 55
  • 1
  • 7

2 Answers2

0

In Note pad++ do ctrl+h and then check 'extend' option

now find what () replace with (empty space)

satya
  • 55
  • 1
  • 7
0
  • Ctrl+H
  • Find what: \(\)
  • Replace with: EMPTY
  • Replace all

You have to escape the parenthesis because they have special meaning in a regex

Toto
  • 89,455
  • 62
  • 89
  • 125