Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,020 community submitted regex patterns...
0
Avoid repeating characters
PCRE (PHP <7.3)
^(?!.*(\w)\1{1,}).+$
Submitted by
anonymous
-
6 years ago
0
ynmo-target-name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
System Family Type Name Convention
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
test email STELIA deleted
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
state
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
body, p, idml, indb, indt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
body tcx, indd|qxp|qxd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
body, p, indd|qxp|qxd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
tcx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FR_FR
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
FR_CH
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Match on p & indd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
EN_US
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Links match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ES_ES
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Match file name no sub folder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
RĂ©aliste
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
position L1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
DevOps
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Babak Website regular expression
ECMAScript (JavaScript)
for websites
Submitted by
anonymous
-
6 years ago
1
...
441
442
443
444
445
...
901
Community Library Entry
0
Regular Expression
Python
r"
^
(
(
25
[
0
-
5
]
|
(
2
[
0
-
4
]
|
1
\d
|
[
1
-
9
]
)?
\d
)
(
\.
(?!
$
)
|
$
)
){4}
$
"
gm
Open regex in editor
Description
Match em um IPv4 vĂ¡lido
Submitted by
anonymous
-
2 years ago