Regular Expressions 101

Community Patterns

0

Url handling

Python
Simple regex to split url
Submitted by Hangfish - 2 years ago

MAC Address

0

Regular Expression
Python

r"
\b(?:(?:[a-f\d]{2})(?:[:-]|)){6}\b
"
ig

Description

Loading markdown...
Submitted by cwichel - a year ago