Regular Expressions 101

Library entries

0
javascript

Minify css selectors

no description available
Submitted by anonymous - 7 years ago
2
javascript

word before :

no description available
Submitted by anonymous - 7 years ago
3
python

iframe src parser

Get iframe src
Submitted by Sumeet Fefar - 7 years ago
1
javascript

Split SSL certificates

no description available
Submitted by anonymous - 7 years ago
2
javascript

Angular 2 property access

no description available
Submitted by jros - 7 years ago
1
python

Find join

no description available
Submitted by anonymous - 7 years ago
1
javascript

Vowel words

([!-\~]aeiou)
Submitted by Ipsita Mohanty - 7 years ago
3
javascript

Non vowel words

/\b(+)\b/ig
Submitted by regexe - 7 years ago
0
javascript

3-50 all

no description available
Submitted by anonymous - 7 years ago
4
javascript

vowel words

([!-\~]aeiou)
Submitted by Ipsita Mohanty - 7 years ago

Check Date + time (DD/MM/YYYY HH:MM)

Vote

1

Regular Expression
javascript

/
(([012][0-9])|(3[01]))\/([0]{0,1}[1-9]|1[012])\/\d{4} ([01][0-9]|[2][0-3]):([01345][0-9])
/

Description

Loading markdown...
Submitted by Mikael Georges - 8 years ago