Regular Expressions 101

Community Patterns

matches any MAC ID in router log files

1

Regular Expression
Python

r"
([0-9A-F]{2}:){5}[0-9A-F]{2}
"
gm

Description

no description available

Submitted by anonymous - 4 years ago