Regular Expressions 101

Library entries

1
pcre

Phone

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

xml encoding detection

xml encoding detection encoding=(\"\S+")
Submitted by anonymous - 9 years ago
0
pcre

replace all script sources

no description available
Submitted by A. K. Asik - 9 years ago
0
pcre

wildcard url match with url

no description available
Submitted by Ahosan Karim Asik - 9 years ago
1
pcre

Number betwen:1 1.5 2 2.5

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

rr

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

MySql Definer

For find definer in mysql routines
Submitted by Jorge Espinoza - 9 years ago
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

semver

Vote

1

Regular Expression
pcre

/
^(?'MAJOR'(?:0|(?:[1-9]\d*)))\.(?'MINOR'(?:0|(?:[1-9]\d*)))\.(?'PATCH'(?:0|(?:[1-9]\d*)))(?:-(?'prerelease'[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*))?(?:\+(?'build'[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*))?$
/
gm

Description

Loading markdown...
Submitted by @gvlx <Gerardo Lisboa> - 9 years ago