Visual Studio Community: Delete lines prefixed by a line feed

Viewed 11

In this code enter image description here I'd like to delete the line 2207 and 2208.

I tried several replace actions in the "Search & Replace" tools but none works

  • \r\n WriteDumbowLog("MethodName:" & methodName)"
  • "\n\r WriteDumbowLog("MethodName:" & methodName)"
  • ".$ WriteDumbowLog("MethodName:" & methodName)"
  • "\n WriteDumbowLog("MethodName:" & methodName)"
1 Answers
Related