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
location
PCRE (PHP <7.3)
(?<=^|)((?:[\w$]+(?:\((?:\(\))\)|\[\[]+\])*?\.)+)((?:host|hostname|href|protocol|origin|port))\b
Submitted by
anonymous
-
5 years ago
0
nic-locate
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CC Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Шины
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
title
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
h3 title remove action
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
space between words in sentence
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
BM tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
DEFECTS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
@ACCOR.COM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
@BANCSABADELL.COM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
@CIRAD.FR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
@ENGIE.COM
PCRE (PHP <7.3)
prise en compte des commentaires externes multilignes
Submitted by
anonymous
-
5 years ago
0
@FASTWEB.IT
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
@ILRS.360FACILITY.NET
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Get raw url
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
@LCL.FR (creation)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
@LCL.FR (refus)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
FHIR Scraper
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Extract pattern
PCRE (PHP <7.3)
In JS use: Source.match(/pattern/mod)
Submitted by
anonymous
-
5 years ago
1
...
561
562
563
564
565
...
900
Community Library Entry
0
Regular Expression
Python
r"
(
(
\+
\d
{2}
)?
\s
*
\d
{4}
\s
*
\d
{6}
\b
)
"
g
Open regex in editor
Description
Finds a phone number.
Submitted by
anonymous
-
2 years ago