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 2,120 community submitted regex patterns...
1
Parse pgbouncer log lines from syslog
Python
Regex to read pgbouncer's log lines when it's logging to syslog, and break it into useful groups.
Submitted by
Josh Berkus
-
9 years ago
1
arxiv
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Valid .bit domain
Python
no description available
Submitted by
anonymous
-
9 years ago
1
rolex
Python
no description available
Submitted by
anonymous
-
9 years ago
1
tasdf
Python
no description available
Submitted by
anonymous
-
9 years ago
1
FB Grops
Python
no description available
Submitted by
anonymous
-
9 years ago
1
wso list
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Registry key path
Python
Get the Last entry for the registry key.
Submitted by
Rhino
-
9 years ago
1
Days Hours Minutes Seconds
Python
no description available
Submitted by
Clay Burns
-
9 years ago
1
join
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Season Title Match
Python
no description available
Submitted by
anonymous
-
9 years ago
1
PDF Boxes Matcher
Python
It should match the Media, Crop, ... boxes
Submitted by
Efrem Sbirul
-
9 years ago
1
SQLALCHEMY_DATABASE_URI parser
Python
Parse SQLALCHEMY_DATABASE_URI
Submitted by
jdnier
-
9 years ago
1
hurdur
Python
hurdurdurdru
Submitted by
hordor
-
9 years ago
1
Pokemon nodes
Python
For finding nodes in the network, here for Aipom.
Submitted by
anonymous
-
9 years ago
1
ghs LS Summary extractor
Python
no description available
Submitted by
anonymous
-
9 years ago
1
miri
Python
no description available
Submitted by
anonymous
-
9 years ago
1
DER/BER Bitcoin signature
Python
Bitcoin transaction signature in BER/DER format
Submitted by
anonymous
-
9 years ago
1
regex to match absolute urls
Python
no description available
Submitted by
maq
-
9 years ago
1
message
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
10
11
12
13
14
...
106
Community Library Entry
0
Regular Expression
Python
r"
(
```
|
`
)
(
python
)?
\s
*
?
\n
?
(
from
\S
+
)?
import
\S
+
(
\n.
*
?
;
)*
\n
(
(
.
*
return
\S
+
```
)
|
(
`return
\S
+
`
)
)
"
gm
Open regex in editor
Description
A regex that matches comments that adhere to the rules of r/ProgrammerHumor
Submitted by
anonymous
-
a year ago