As a .net developer i always use visual studio IDE with shortcuts keys and inbuilt functionality. To replace find and replace i always use Regex. I was thinking that regex with multiple line would be more complex, but isn't. I use simple code and its work for me.
Steps:
Regex Syntax
Steps:
- Press ctrl + shift + f
- Find option > Use Regular Expression
- Find
Regex Syntax