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,220 community submitted regex patterns...
1
username validation
Python
no description available
Submitted by
anonymous
-
9 years ago
1
(.+) \[INFO.+\nStopWatch(?:.+?\n)+?(.+% .+ Mercado)
Python
Tiempo mercados
Submitted by
anonymous
-
9 years ago
1
vggcb
Python
no description available
Submitted by
anonymous
-
9 years ago
1
string between two underscores
Python
this simple regexp will find a string between two undercores
Submitted by
slprag
-
9 years ago
1
Amazon S3 Scheme-Bucket-Key
Python
Regex which finds and groups the Amazon S3 scheme (e.g. s3, s3n, s3a), bucket name, and key.
Submitted by
Sterling Hoeree
-
9 years ago
1
me
Python
paypal accounts
Submitted by
jhon
-
9 years ago
1
me
Python
me
Submitted by
me
-
9 years ago
1
sophos
Python
my first one
Submitted by
bwl
-
9 years ago
1
shopware-article-number
Python
no description available
Submitted by
anonymous
-
9 years ago
1
test
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Remove Package Connection data from screen.log
Python
From the Linux Screen.print method, after recording a log which involves some apt-getting, we want to find and trim out all that fat. This is Part 1
Submitted by
anonymous
-
9 years ago
1
git release tag
Python
match git tags as: [app-id]-[env-id]-v[m].[n].[p]
Submitted by
gregory nicholas
-
9 years ago
1
DNS Name
Python
no description available
Submitted by
anonymous
-
9 years ago
1
дом
Python
no description available
Submitted by
anonymous
-
9 years ago
1
String blocks that start and end by a pattern
Python
no description available
Submitted by
anonymous
-
9 years ago
1
JHP (Javascript 'hypertext' preprocessor) include string
Python
Used by ktek-project-manager, ktek jhp library coming soon to github
Submitted by
ionbladez
-
9 years ago
1
kasper-py-regexp for agent
Python
no description available
Submitted by
reza-ad
-
9 years ago
1
наличие личного авто
Python
no description available
Submitted by
anonymous
-
9 years ago
1
наличие личного авто false reg
Python
no description available
Submitted by
anonymous
-
9 years ago
1
SEO RegExp
Python
SEO RegExp
Submitted by
Jay Patel
-
9 years ago
1
...
13
14
15
16
17
...
111
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
-
a year ago
(Last modified a year ago)