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
Replace forward slash
ECMAScript (JavaScript)
For Stackoverflow by Sufiyan Ghori
Submitted by
anonymous
-
7 years ago
0
weblab
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
SQL TO FLOW
PCRE (PHP <7.3)
Convert SQL to FLOW
Submitted by
anonymous
-
7 years ago
0
战斗正则2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Identificar Site en la url
PCRE (PHP <7.3)
Identifica el site dada una url, ignorando el dominio.
Submitted by
Alberto Reales
-
7 years ago
0
Kowalsky
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
wstażka
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Iraqi
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
amu.edu.pl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
February
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
\d+
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
\B
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lookbehind
Python
no description available
Submitted by
anonymous
-
7 years ago
0
xmlSingleStart
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
xmlSingleClose
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
capturing group (H1)
Python
no description available
Submitted by
anonymous
-
7 years ago
0
trimmimg spaces
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
number
Python
no description available
Submitted by
anonymous
-
7 years ago
0
e-mail address
Python
no description available
Submitted by
anonymous
-
6 years ago
0
ABB - Top or Mobile Domain
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
472
473
474
475
476
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
(?:
\+
|
00
)
[
17
]
(?:
|
\-
|
\.
)?
|
(?:
\+
|
00
)
[
1
-
9
]
\d
{0,2}
(?:
|
\-
|
\.
)?
|
(?:
\+
|
00
)
1
\-
\d
{3}
(?:
|
\-
|
\.
)?
)?
(
0
\d
|
\(
[
0
-
9
]
{3}
\)
|
[
1
-
9
]
{0,3}
)
(?:
(
(?:
|
\-
|
\.
)
[
0
-
9
]
{2}
){4}
|
(
(?:
[
0
-
9
]
{2}
){4}
)
|
(
(?:
|
\-
|
\.
)
[
0
-
9
]
{3}
(?:
|
\-
|
\.
)
[
0
-
9
]
{4}
)
|
(
[
0
-
9
]
{7}
)
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago