Regular Expressions 101

Library entries

0
pcre

111

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

Beginning of word

When looking for day, Sunday should not be matched.
Submitted by Ben - 8 years ago
0
pcre

replicated pageContent id within a div

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

c

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

(\s)(\d{9})(\s)</

no description available
Submitted by anonymous - 8 years ago
0
javascript

IBAN

Italian IBAN
Submitted by Italo - 8 years ago
0
javascript

two matches with pipe

no description available
Submitted by anonymous - 8 years ago
0
javascript

token

replace token like [foo:bar:ba zz]
Submitted by anonymous - 8 years ago
0
pcre

URL validation with http/https

URL validation with http/https
Submitted by Gunjan - 8 years ago

DateTime: yyyy-M-d-HH-mm-ss (.NET)

Vote

0

Regular Expression
pcre

/
(?'Year'[0-9]+)-(?'Month'0{0,1}[1-9]|10|11|12)-(?'Day'[0-2]{0,1}[1-9]|10|20|30|31)-(?'Hour'[01]{0,1}[0-9]|2[0-3])-(?'Minute'[0-5]{0,1}[0-9])-(?'Second'[0-5]{0,1}[0-9])
/

Description

Loading markdown...
Submitted by CryoCZ - 8 years ago