Regular Expressions 101

Library entries

0
pcre

remove empty html paragraph tags

no description available
Submitted by acor3 - 8 years ago
1
pcre

Dutch Zip Code Checker

/^1-9{3} ?(?!sa|sd|ss)[a-z]{2}$/i
Submitted by Steven Moseley - 8 years ago
1
pcre

Email

Find a bunch of different types of email with this RegEx
Submitted by anonymous - 8 years ago
1
pcre

Find integer in quotes

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

Filter Titles from 2b

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

Mobile phone russia

Submitted by Johhny - 8 years ago
0
javascript

parse author from html

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

author from tag

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

4.2 numerisch mit tausender kennzeichen

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

Match price amound from string

no description available
Submitted by VZ - 8 years ago
1
javascript

n.x

no description available
Submitted by anonymous - 8 years ago
1
python

Season Title Match

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

find revenue

$12.34
Submitted by anonymous - 8 years ago
1
python

join

no description available
Submitted by anonymous - 8 years ago

Calcul date

Vote

1

Regular Expression
pcre

/
^(((0[1-9]|[1-2]\d|3[0-1])\/(0[13578]|1[02]))|((0[1-9]|[1-2]\d|30)\/(0[46]|11))|((0[1-9]|1[\d]|2[0-8])\/02))\/(19|20)\d{2}$
/
g

Description

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