Regular Expressions 101

Community Patterns

0

Negative regexp

Python
no description available
Submitted by anonymous - 3 years ago
0

GQL Parser

Python
no description available
Submitted by anonymous - 3 years ago
0

index_re

Python
no description available
Submitted by anonymous - 3 years ago
0

lineup.re

Python
no description available
Submitted by anonymous - 3 years ago
0

US zip code

Python
no description available
Submitted by anonymous - 3 years ago
0

Log error code

Python
no description available
Submitted by anonymous - 3 years ago
0

3 voyels word

Python
no description available
Submitted by anonymous - 3 years ago

/etc/passwd for most Linux distributions (e.g. Debian)

1

Regular Expression
Python

r"
^[a-z_][a-z0-9_-]{0,30}[a-z0-9_$-]?:[^:]*:\d+:\d+:[^:]*:[^:]*:[^:]*$
"
gm

Description

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