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,440 community submitted regex patterns...
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
Java
Python
no description available
Submitted by
anonymous
-
9 years ago
1
JAva
Python
no description available
Submitted by
anonymous
-
9 years ago
1
rtxmap
Python
no description available
Submitted by
MBE
-
9 years ago
1
Work Samples
Python
no description available
Submitted by
MH
-
9 years ago
1
...
16
17
18
19
20
...
122
Community Library Entry
0
Regular Expression
Rust
r"
\b
(
0x
)?
\p{Hex_Digit}
+
\b
"
g
Open regex in editor
Description
Find hexadecimal numbers using Extended Unicode Support.
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)