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 440 community submitted regex patterns...
0
More complete UK address from psql
Golang
for demo 2019/09/30
Submitted by
anonymous
-
5 years ago
0
Address
Golang
for the demo 2019/09/27
Submitted by
anonymous
-
5 years ago
0
GO Docker tag
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
transform regex
Golang
vault sync
Submitted by
anonymous
-
5 years ago
0
MikroTik firewall logs
Golang
Used with Azure Log Analytics
Submitted by
anonymous
-
5 years ago
0
url match
Golang
url match
Submitted by
anonymous
-
5 years ago
0
FB match group
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
eleveo
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
Splitter ES
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
issue lookbehind
Golang
no description available
Submitted by
anonymous
-
5 years ago
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
-
5 years ago
0
Phone
Golang
Phone Number
Submitted by
anonymous
-
6 years ago
0
prepareTicket_closing
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
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
-
6 years ago
0
espacios antes
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
My lib
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Parse fields of SQL Dump
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Parse tables in SQL Dump
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Table Stage Two
Golang
no description available
Submitted by
anonymous
-
6 years ago
1
...
17
18
19
20
21
22
Community Library Entry
0
Regular Expression
Golang
`
(
\d
+
)
\.
(
\d
+
)
\.
(
\d
+
)
`
gm
Open regex in editor
Description
"1.2.3"
Group 1: 1
Group 2: 2
Group 3: 3
Submitted by
Icaruk
-
2 years ago