Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 11,500 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
mikrotik_ip_route_gw
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-11 09:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Alessi address split for Adyen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-11 22:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_ALERT_MORELIKETHIS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-13 03:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_BROWSER_NOTIFICATION (Webpush)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-12 08:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_MOBILEAPP_ANDROID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-12 09:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_ORGANIC
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-09 03:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_FACEBOOK
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-12 10:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_PAID_ADWORDS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-12 10:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_PAID_AGGREGATOR_MITULA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-12 10:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SPLIT_CMD
PCRE (PHP <7.3)
Split Command Line in all of his arguments
Submitted by
anonymous
-
4 years ago
2020-03-12 16:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ciclo FOR (Python)
PCRE (PHP <7.3)
Expresión regular para validar un ciclo for en Python.
Submitted by
anonymous
-
4 years ago
2020-03-13 15:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_PAID_FACEBOOK
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-13 03:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_REFERRAL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-13 04:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_UNBOUNCE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-13 04:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ORIGIN_SOCIAL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-13 04:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get info in braces
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-13 09:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Rechnung - Gesamtsumme
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-13 11:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex 04
PCRE (PHP <7.3)
Desafio proposto pelo Brunno, usando uma página da B3 - 13/03/2020.
Submitted by
Paula Picolott (ppicolott)
-
4 years ago
2020-03-13 13:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RegEx 02
PCRE (PHP <7.3)
Desafio proposto pelo Brunno: Apenas palavras terminadas com a letra "c" - 11/03/2020.
Submitted by
Paula Picolott (ppicolott)
-
4 years ago
2020-03-13 13:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find all numerics, either integer or float (engineering not supported).
PCRE (PHP <7.3)
Find all numerics, either integer or float (engineering not supported).
Submitted by
anonymous
-
4 years ago
2020-03-13 16:47
(Last modified 3 years ago)
2021-05-25 20:59
1
...
551
552
553
554
555
556
557
...
575
phone number matcher
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Java 8
"
(
\+
?
[
\d
]
{1,3}
(
[
-
]
{0,2}
|
[
\s
]
+
)?
)?
\(
?
(
\d
{3}
)
\)
?
(
[
-
]
{0,2}
|
[
\s
]
)?
(
\d
{3}
)
(
[
-
]
{0,2}
|
[
\s
]
)?
(
\d
{4}
)
(
\s
?
(
(
[
E|e
]
xt
[
:|.|
]
?
)
|
x
|
X
)
(
\s
?
\d
+
)
)?
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
2 years ago
2022-06-06 11:54