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
New Code for Key development
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Digital Stiting testing
PCRE (PHP <7.3)
https://regex101.com/r/54VuiQ/2/
Submitted by
anonymous
-
5 years ago
0
TLS Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Address
Golang
for the demo 2019/09/27
Submitted by
anonymous
-
5 years ago
0
New Attempt 1 email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
More complete UK address from psql
Golang
for demo 2019/09/30
Submitted by
anonymous
-
5 years ago
0
UK address extract the Postcode
Golang
for demo 2019/09/30
Submitted by
anonymous
-
5 years ago
0
Lookbehind for a word before capturing whitespaces
Python
no description available
Submitted by
anonymous
-
5 years ago
0
test
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Rule34
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
adjust space
Python
no description available
Submitted by
anonymous
-
5 years ago
0
test
PCRE (PHP <7.3)
test
Submitted by
anonymous
-
5 years ago
0
Character ID from different DnDbeyond URLs
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Golang Google UUID Validation
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
SMA - Collection Rate
PCRE (PHP <7.3)
Log collection performance and rate information.
Submitted by
anonymous
-
5 years ago
0
test
Python
no description available
Submitted by
anonymous
-
5 years ago
0
editing dupl names in taxa names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Recursive regex
PCRE (PHP <7.3)
This regex can be used to match > in balanced manner
Submitted by
anonymous
-
5 years ago
0
blegrh
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Height in feet and inches with quarter-inch check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
221
222
223
224
225
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
1
\s
?
\(
\d
{3}
\)
\s
?
|
1
\s\d
{3}
[
\s
-
]
?
|
\(
\d
{3}
\)
\s
?
|
\d
{3}
[
\s
-
]
?
)
\d
{3}
[
\s
-
]
?
\d
{4}
$
/
Open regex in editor
Description
This regex matches Valid USA phone numbers
Submitted by
anonymous
-
2 years ago