Regular Expressions 101

Community Patterns

1

REGEX

Python
no description available
Submitted by anonymous - 9 years ago
1

IPv4 extraction

Python
no description available
Submitted by Jacob - 10 years ago
1

Address Match

Python
no description available
Submitted by Awk - 8 years ago
-1

woop

Python
no description available
Submitted by anonymous - 9 years ago

MMM DDD YYYY

-1

Regular Expression
.NET (C#)

@"
^ (JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC) (MON|TUE|WED|THU|FRI|SAT|SUN) (19|20)\d\d $
"
gm

Description

Loading markdown...
Submitted by anonymous - 10 months ago