Skip to content

Instantly share code, notes, and snippets.

@jangeador
Created April 14, 2021 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jangeador/29a8ab6e641de3df3bd23004575252d6 to your computer and use it in GitHub Desktop.
Save jangeador/29a8ab6e641de3df3bd23004575252d6 to your computer and use it in GitHub Desktop.
Match every line that does not start with a mac address
^(?!([0-9a-f]{2}[:-]){5}([0-9a-f]{2})).*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment