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
Go Gmail Date Reply Line
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Email Reply Line
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
smartax
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Finding imports
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Finding imports
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Codeblock Recogniser
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Flag Recogniser
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
abc
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
aprs
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Action Rec
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Find DevExpress Assembly References
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Table Stage 1
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Table Stage Two
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
Parse fields of SQL Dump
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
My lib
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
espacios antes
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
prepareTicket_closing
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Phone
Golang
Phone Number
Submitted by
anonymous
-
6 years ago
1
2
3
4
5
6
...
10
Community Library Entry
0
Regular Expression
Golang
`
(?i)
(
(?:
\d
+
)
|
(?:
\d
+
[
,.
]
\d
+
)
)
\s
*
(
[
a
-
z
]
+
)
`
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago