Regular Expressions 101

Library entries

1
pcre

Validate mail

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

Match 5 forward slashes

Match 5 forward slashes
Submitted by anonymous - 8 years ago
1
javascript

LOL

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

JS Regex Lazy quantifier

JS Regex Lazy quantifier
Submitted by anonymous - 8 years ago
0
pcre

23

23
Submitted by 23 - 8 years ago
2
pcre

BZWBK24 SMS Code

no description available
Submitted by maniekq - 8 years ago
-3
pcre

Select a HTML table and all its innerHTML

no description available
Submitted by @ixzy24 - 8 years ago
1
pcre

always greedy

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

Object regex

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

Test Balanced Parentheses

no description available
Submitted by Me - 8 years ago
2
python

selectin multiple image pattern

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

mceItem_breakpoint2

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

mceItem_breakpoint

no description available
Submitted by anonymous - 8 years ago

4-digit numeric w/o leading zero and no repeat digits

Vote

1

Regular Expression
pcre

/
^([1-9])(?!\1)([0-9])(?!\1|\2)([0-9])(?!\1|\2|\3)([0-9])$
/
gm

Description

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