Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
([0-9a-f]{4}[\.][0-9a-f]{4}[\.][0-9a-f]{4})
/
g

Description

just a a simple match for a mac address

Submitted by celtic - 9 years ago