Created
April 14, 2021 16:25
-
-
Save jangeador/29a8ab6e641de3df3bd23004575252d6 to your computer and use it in GitHub Desktop.
Match every line that does not start with a mac address
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^(?!([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