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 18,000 community submitted regex patterns...
0
Product Description
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
sql default constraints
PCRE (PHP <7.3)
Search in sql script generated using SCA for the implicit constraint names and defining the name explicityly
Submitted by
anonymous
-
5 years ago
0
sql default constraints
PCRE (PHP <7.3)
Search in sql script generated using SCA for the implicit constraint names and defining the name explicityly
Submitted by
anonymous
-
5 years ago
0
Extract endpoint from url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
XML Containers
PCRE (PHP <7.3)
For stripping containers and leaving elements from an XML Message
Submitted by
anonymous
-
5 years ago
0
Namespace Declaration
ECMAScript (JavaScript)
like xxx="something" in
Submitted by
anonymous
-
5 years ago
0
jdbc connection parse
PCRE (PHP <7.3)
Made for HSY
Submitted by
anonymous
-
5 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Drop down list selector
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
YouTube Video ID Selection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
codigos_mipres
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find file name in list of files read with "rb" (as bytes)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Grade
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Duplicate tier test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Kentekens
PCRE (PHP <7.3)
https://regex101.com/r/JA7gRt/5
Submitted by
anonymous
-
5 years ago
0
2d to in 2 days
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Portugal / Portuguese License Plate (MatrĂcula - Placa)
ECMAScript (JavaScript)
Regex to recognize Vehicle License Plates in Portugal
Submitted by
anonymous
-
5 years ago
0
French License Plate / Plaque Immatriculation en France
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
273
274
275
276
277
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
[
L
]
[
B
]
\-
[
V
]
\d
{3}
\-
\d
{4}
$
"
gm
Open regex in editor
Description
Matching barcodes
Submitted by
Moses
-
3 years ago