Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
Python

r"
((\d|[A-F]){2}:){5}(\d|[A-F]){2}
"
gm

Description

Simply match a run of the meal MAC address

Submitted by anonymous - 6 years ago