Regular Expressions 101

Library entries

1
python

Piwik

no description available
Submitted by Lennart Peeters - 6 years ago
0
pcre

t

no description available
Submitted by anonymous - 6 years ago
0
pcre

80

no description available
Submitted by anonymous - 6 years ago
0
pcre

php正则用户名

中文,英文大小写,_ , -
Submitted by anonymous - 6 years ago
0
python

Get score from LCBO tasting notes.

no description available
Submitted by anonymous - 6 years ago
0
pcre

Text Field Validation

no description available
Submitted by anonymous - 6 years ago
0
pcre

date regex

no description available
Submitted by anonymous - 6 years ago

Todo.txt line pattern (Custom)

Vote

1

Regular Expression
python

r"
^(?:\((?P<imp>[A-Z])\)\ )?(?P<dued>(?:2[0-1][0-9]{2}\-(?:0[0-9]|1[0-2])\-(?:[0-2][0-9]|3[0-1]))|\?)\ (?:\+(?P<proname>[a-zA-Z0-9]+)(?:\#(?P<pronum>[0-9]+))?\ )?(?:\$(?P<startd>2[0-1][0-9]{2}\-(?:0[0-9]|1[0-2])\-(?:[0-2][0-9]|3[0-1]))(?:\^(?P<repeat>\d*(?:D|W|M|Y)(?:\,\d*(?:D|W|M|Y)+)*))?\ )?(?P<todo>.+?(?=(?:\ (?:\@|\&))|$))(?P<contexts>(?:\ \@\S+)*)(?P<tags>(?:\ \&\S+)*)
"
gm

Description

Loading markdown...
Submitted by Francesco Tosello - 7 years ago