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,460 community submitted regex patterns...
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
0
Finding SEI File Date in File Name
Python
For flags data
Submitted by
Andrew Chalk
-
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
0
Date Parser
Python
Parses date in (Month Day Year) format with delimiting chars being -\/ or whitespace
Submitted by
Awk
-
9 years ago
-1
شش
Python
no description available
Submitted by
anonymous
-
9 years ago
0
my regex for multiline
Python
multiline input with tagged
Submitted by
Ali GÖREN
-
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
signal
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Regex - global match, multiline
Python
no description available
Submitted by
MetalMuzu
-
9 years ago
1
java
Python
no description available
Submitted by
anonymous
-
9 years ago
1
PECL: find stable versions
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Date
Python
Find and ISO format date.
Submitted by
Andrew Chalk
-
9 years ago
1
time
Python
get time in string 33:20 a.m
Submitted by
Hoang Phuong - Gia Lai
-
9 years ago
1
format time:"33:20 p.m"
Python
Get time in string 33:20 p.m
Submitted by
Hoang Phuong - Viet Nam
-
9 years ago
1
class code regex
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
16
17
18
19
20
...
123
Community Library Entry
-2
Regular Expression
Java 8
"
(?=
\b\d
{8}
\b
)
(?:
(?:
9
?
8
?
7
?
6
?
5
?
4
?
3
?
2
?
1
?
0
?
)
|
(?:
0
?
1
?
2
?
3
?
4
?
5
?
6
?
7
?
8
?
9
?
)
)
(?<=
\d
{8}
)
"
gm
Open regex in editor
Description
This regex is to match Ascending or descending order of 8 digit number
Submitted by
anonymous
-
a year ago