Regular Expressions 101

Community Patterns

0

video img

ECMAScript (JavaScript)
/\/g
Submitted by anonymous - 4 years ago
0

AE Log Line

Python
no description available
Submitted by anonymous - 4 years ago

matches any MAC ID in router log files

1

Regular Expression
Python

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

Description

Loading markdown...
Submitted by anonymous - 3 years ago