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,000 community submitted regex patterns...
0
^(0|[1-9]\d*)$
PCRE (PHP <7.3)
Only input number
Submitted by
anonymous
-
8 years ago
0
NUMREG
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
IO
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
PRG
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Regrex email 64@255.2
ECMAScript (JavaScript)
Regrex email before @ is = 2 characters Lenght all of email <= 320 character
Submitted by
anonymous
-
8 years ago
0
Regrex email 64@255.2
ECMAScript (JavaScript)
Regrex email before @ is = 2 characters Lenght all of email <= 320 character
Submitted by
anonymous
-
8 years ago
0
Find Paths
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
isUrl() latest
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Convert assertEquals to AssertJ Syntax
PCRE (PHP <7.3)
Converts assertEquals("message", expected, actual) to AssertJ syntax Replacement: assertThat(${three}).isEqualTo(${two}).as(${one});
Submitted by
anonymous
-
8 years ago
0
e-mail pca ctq
PCRE (PHP <7.3)
no description available
Submitted by
QPE
-
8 years ago
1
Regrex email wiki
ECMAScript (JavaScript)
Length of email address is an industry standard, lady "The format of email addresses is local-part@domain where the local part may be up to 64 characters long and the domain may have a maximum of 255 characters[2]—but the maximum of 256-character length of a forward or reverse path restricts the ent...
Submitted by
anonymous
-
8 years ago
0
FL709 V/D
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
register
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
isUrl updated regex
ECMAScript (JavaScript)
Latest isUrl regex
Submitted by
anonymous
-
8 years ago
0
URL Basic Auth Parser
ECMAScript (JavaScript)
Awesome basic auth parser! Doesn't work if there is a protocol string.
Submitted by
anonymous
-
8 years ago
0
Linux Updates
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
排除特定字符
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
链接巧妙取数字
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Confirmation 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match consecutive 8 identical numbers regardless of any character at start or end with string length between 8 and 20
PCRE (PHP <7.3)
Match 8 or more consecutive digits irrespective of it's position in the string with string length between 8 and 20. ex: 11111111 - match ASD11111111 - match ASD22222222oook - match 777kjoi77777 - no match etc.,
Submitted by
Cyanotrix
-
8 years ago
1
...
594
595
596
597
598
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
(?=
.
*
\d
)
(?=
.
*
[
A
-
Z
]
)
(?=
.
*
[
a
-
z
]
)
.
{8,10}
$
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago