Regular Expressions 101

Community Patterns

MAC Address

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 - 5 years ago