I have a text file in VSCode and using the Find panel, Ctrl
+F
, I want to select all lines not containing the string ;[\w\w]
:
Sendinput, {f1}+{Insert}
Sendinput, {f1}+{Pause}
Sendinput, {f1}+{Home}
Sendinput, {f1}+{PgUp}
Sendinput, {f1}+{PgDn}
Sendinput, {f2}{a} ;[2r] [3D Model Tre]
Sendinput, {f2}{b} ;[3b] [Accessibility Checker ]
Sendinput, {f2}{c} ;[2z] [Accessibility Report r]
Sendinput, {f2}{d} ;[5r] [Attachments]
I have tried:
Send.*[^;\[\w\w\]]
But it selects all the lines anyways.