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 300 community submitted regex patterns...
-2
0 upvotes, 2 downvotes (score 0%) (You must be signed in to vote)
Parsing result of SQL Server version (SELECT @@VERSION)
.NET (C#)
Parses MS SQL Server version returned from executing SELECT @@version
Submitted by
M Rivas
-
10 months ago
2023-02-15 21:12
-1
0 upvotes, 1 downvotes (score 0%) (You must be signed in to vote)
MMM DDD YYYY
.NET (C#)
FEB MON 2023
Submitted by
anonymous
-
10 months ago
2023-02-06 12:42
-1
1 upvotes, 2 downvotes (score 6.1%) (You must be signed in to vote)
rtrtr
Golang
gtgtg
Submitted by
anonymous
-
3 years ago
2021-05-26 15:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Celulares - Tamanho de tela
Golang
no description available
Submitted by
anonymous
-
6 years ago
2018-05-28 18:39
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
-
6 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
-
6 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
-
6 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
1
2
3
4
...
15
fix plot histogram calls
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
.NET (C#)
@"
(
__Internal64
\.
PlotHistogram
(?:
2D
)?
(?:
_
\d
+
)?
\(
.
*
)
(
__arg
(?:
5
|
6
)
)
(
.
*
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
a year ago
2022-12-30 03:13