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)
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)
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)
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)
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)
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)
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)
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
-
5 years ago
2019-04-17 09:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
issue lookbehind
Golang
no description available
Submitted by
anonymous
-
5 years ago
2019-04-21 21:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Splitter ES
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-05-31 10:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Split full name to last, middle, last
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-06-12 09:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
eleveo
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-06-19 19:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FB match group
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-06-27 11:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
url match
Golang
url match
Submitted by
anonymous
-
4 years ago
2019-07-13 12:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MikroTik firewall logs
Golang
Used with Azure Log Analytics
Submitted by
anonymous
-
4 years ago
2019-07-27 13:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
transform regex
Golang
vault sync
Submitted by
anonymous
-
4 years ago
2019-09-04 20:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
GO Docker tag
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-09-12 02:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Address
Golang
for the demo 2019/09/27
Submitted by
anonymous
-
4 years ago
2019-09-27 11:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
More complete UK address from psql
Golang
for demo 2019/09/30
Submitted by
anonymous
-
4 years ago
2019-09-27 16:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UK address extract the Postcode
Golang
for demo 2019/09/30
Submitted by
anonymous
-
4 years ago
2019-09-28 12:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Golang Google UUID Validation
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-09-29 07:26
1
...
4
5
6
7
8
9
10
cri logfmt
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Golang
`
^
(?s)
(?P<time>
\S
+
?
)
(?P<stream>
stdout
|
stderr
)
(?P<flags>
\S
+
?
)
(?P<content>
.
*
)
$
`
gms
Open regex in editor
Description
Loading markdown...
Submitted by
east4ming
-
2 years ago
2022-04-21 01:59