vscode delete line containing code example
Example: visual code remove line which contains
^.*my phrase*$\n
Then replace with empty
Ex:
"
text ghfsdhf
my phrase
"
||
||
"
text
"
^.*my phrase*$\n
Then replace with empty
Ex:
"
text ghfsdhf
my phrase
"
||
||
"
text
"