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 2,540 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
[229187] - Celular - Memoria Interna
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-05-28 19:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
[229187] - Celular - Tamanho de tela
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-05-29 14:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
[229187] - Celular - Tamanho de tela - Invertido ou só número
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-05-29 14:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Message Log
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-08-13 18:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
golang function signature
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-09-06 01:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Domain out of URL
Golang
Regular expression ^(?:https?:)?(?:\/\/)?(?:+@)?(?:www\.)?(+) used below extracts domain with subdomains out of a full url. It skips protocol (ex: https:), "//", "@", www subdomain and then captures everything (ex: domain) before ":" or "/" or end of line.
Submitted by
anonymous
-
5 years ago
2018-10-15 13:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Go Gmail Date Reply Line
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-10-16 18:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Reply Line
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-10-16 18:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
smartax
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-10-20 15:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Finding imports
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-11-03 08:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Finding imports
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-11-03 15:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Codeblock Recogniser
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-11-03 15:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Flag Recogniser
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-11-17 17:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
abc
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-11-07 07:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
aprs
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-11-14 10:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Action Rec
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-11-17 15:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular expression for parsing VK.com links.
PCRE2 (PHP >=7.3)
no description available
Submitted by
ZKelo
-
4 years ago
2019-12-13 10:45
(Last modified a year ago)
2022-09-01 13:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find DevExpress Assembly References
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-11-29 04:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Table Stage 1
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-12-19 10:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Table Stage Two
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-12-19 13:43
1
...
68
69
70
71
72
73
74
...
127
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
-
a year ago
2022-06-06 11:54