Regular Expressions 101

Library entries

0
pcre

Special Chars

matches any special chars (e.g. !@#$)
Submitted by DrewBaker - 7 years ago
0
pcre

regex

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

REMOVE leading and trailing WHITESPACE

no description available
Submitted by ka - 10 years ago
-1
pcre

Twitter Hashtags

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

regex on paintkits

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

Match the ID on individual Vimeo URLs

no description available
Submitted by Josh K - 10 years ago
-1
pcre

Finds <font> tag

Useful for cleaning old html code from tags
Submitted by anonymous - 10 years ago
-1
pcre

Substitutin

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

for checking code number 1111/111111111

no description available
Submitted by dejv - 9 years ago
-1
python

sfafagergfwefe323

no description available
Submitted by anonymous - 9 years ago

alluse

Vote

-1

Regular Expression
pcre

/
^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
/
gm

Description

Loading markdown...
Submitted by alluse - 3 months ago