Regular Expressions 101

Library entries

2
pcre

donotbackup

finding directories w/ donotbackup
Submitted by anonymous - 9 years ago
1
pcre

Date range match

This is not my creation, it is from a github repor
Submitted by Saji N - 9 years ago
1
javascript

date validation

Validation for date 2013.12.24 14:50
Submitted by axelprog - 9 years ago
-2
javascript

Comma-separated numbers with ranges

no description available
Submitted by Eugene - 9 years ago
0
pcre

soap envelope regexp

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

test123

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

SickRage

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

Un-titled

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

Nada

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

Post

no description available
Submitted by anonymous - 9 years ago

NUMBERS (integer, float, scientific notation)

Vote

-10

Regular Expression
pcre

/
^[+-]?(\pN+($|(?P>float)?e-?\pN+$)|(?<float>\pN*[,.]\pN+))
/
gmui

Description

Loading markdown...
Submitted by CSφ - 9 years ago