Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 200 community submitted regex patterns...
0
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
-
6 years ago
0
issue lookbehind
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Splitter ES
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Split full name to last, middle, last
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
eleveo
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
FB match group
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
url match
Golang
url match
Submitted by
anonymous
-
5 years ago
0
MikroTik firewall logs
Golang
Used with Azure Log Analytics
Submitted by
anonymous
-
5 years ago
0
transform regex
Golang
vault sync
Submitted by
anonymous
-
5 years ago
0
GO Docker tag
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Address
Golang
for the demo 2019/09/27
Submitted by
anonymous
-
5 years ago
0
More complete UK address from psql
Golang
for demo 2019/09/30
Submitted by
anonymous
-
5 years ago
0
UK address extract the Postcode
Golang
for demo 2019/09/30
Submitted by
anonymous
-
5 years ago
0
Golang Google UUID Validation
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
[Help] - need full match of a non valid comment blocks
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Report url regex
Golang
/ui_tests/master/28c6f611
Submitted by
anonymous
-
5 years ago
0
mongo db email validation
Golang
email validation based on the restrictions for entering email adresses into a mongo db email field.
Submitted by
levire.com
-
5 years ago
0
Remove whiteSpace and char
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
my
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
lkker-cos
Golang
no description available
Submitted by
anonymous
-
5 years ago
1
...
3
4
5
6
7
...
10
Community Library Entry
0
Regular Expression
Golang
`
CREATE
TABLE
\x60
(
\w
*
)
\x60
\(
\n
(
.
*
?
)
^
\)
(
.
*
?
)
;
`
gms
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago