{"@id":"cedric-dumont.com"}

A developer's braindump

Delete a Line matching a pattern in Visual studio 2015

Quick How to Delete a line that match a certain pattern in visual studio.

  • just press CTRL + H in the file you want to make the replacement
  • in the right corner dialog box click .*
  • enter a regular expression

Find_Replace_regular_VS2015

  • in the above, we will delete the tag <REM_ID> and it's content.
Next: /2015/12/31/facebook-flux-pattern-implementation-in-net-c-startup/
Prev: /2015/11/25/git-clone-from-a-repository-with-self-signed-certificate/