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 200 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
issue lookbehind
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-04-21 21:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Gitlab push rule enforcing commits to follow the "Conventional Commit" specification (used for ex. in Angular ...)
Golang
More and more project use the "Conventional Commit" specification. As it allows some nice toolchain automations in projects you might want to enforce it in gitlab. May work in other git portals too
Submitted by
anonymous
-
4 years ago
2019-04-17 09:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Phone
Golang
Phone Number
Submitted by
anonymous
-
5 years ago
2019-03-26 10:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
prepareTicket_closing
Golang
no description available
Submitted by
anonymous
-
5 years ago
2019-03-13 11:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
gitlab-push-rules-prohibited-file-names-regex
Golang
GitLab Push Rules Citation Push rules are essentially pre-receive Git hooks that are easy to enable in a user-friendly interface. They are defined globally if you are an admin or per project so you can have different rules applied to different projects depending on your needs. 1 ...
Submitted by
gregswindle
-
5 years ago
2019-03-04 17:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
espacios antes
Golang
no description available
Submitted by
anonymous
-
5 years ago
2019-01-28 10:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
My lib
Golang
no description available
Submitted by
anonymous
-
5 years ago
2019-01-22 19:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse fields of SQL Dump
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-12-19 17:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse tables in SQL Dump
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-12-19 17:53
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
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)
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)
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)
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)
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)
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)
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)
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)
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)
smartax
Golang
no description available
Submitted by
anonymous
-
5 years ago
2018-10-20 15:56
1
...
5
6
7
8
9
10
lightsail cli scp argument parsing
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Golang
`
(?:
(?:
(
\w
[
\w
\-
]
*
\w
)
(?:
@
(
.
+
)
)?
)
:
)?
(
.
+
)
`
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
6 years ago
2017-07-29 22:05