Regular Expressions 101

Community Patterns

0

分组

ECMAScript (JavaScript)
显示分组
Submitted by Jason - a year ago
0

pens

Python
testing
Submitted by anonymous - a year ago
0

71871164

Python
Stack overflow example
Submitted by anonymous - a year ago
0

#value # value

Python
account for comments
Submitted by anonymous - a year 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