Skip to content

Instantly share code, notes, and snippets.

@vaderj
Last active February 27, 2020 19:05
Show Gist options
  • Save vaderj/f2094eb7c1e54ae07e9637b09ca296e0 to your computer and use it in GitHub Desktop.
Save vaderj/f2094eb7c1e54ae07e9637b09ca296e0 to your computer and use it in GitHub Desktop.
#regEx #notepad++ RegEx's that work with Notepad++
Select everything before the occurance: ^(.*?)\
Usage: (find and replace everything before and including "VM911.1") : ^(.*?)\VM911:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment