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
Basic matching of HTTP/HTTPS URLs
PCRE (PHP <7.3)
Basic enforcing of URL minimal structure, without being too strict. Supports: _user:pass@ domain.com:80_...
Submitted by
anonymous
-
6 years ago
0
Validate CSS Units
ECMAScript (JavaScript)
This Regex has been tested against : 23px 3.32423423cm .87687533mm 34223423em...
Submitted by
anonymous
-
6 years ago
0
телефон
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
дата
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
GB_hw1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
GB_hw2
PCRE (PHP <7.3)
Image file detection (jpg or jpeg)
Submitted by
anonymous
-
6 years ago
0
GB_hw22
PCRE (PHP <7.3)
Image file detection (jpg or jpeg) at the link
Submitted by
anonymous
-
6 years ago
0
GB_hw22
PCRE (PHP <7.3)
Image file detection (jpg or jpeg) at the link
Submitted by
anonymous
-
6 years ago
0
GB_hw22
PCRE (PHP <7.3)
Image file detection (jpg or jpeg) at the link
Submitted by
anonymous
-
6 years ago
0
Date regex
PCRE (PHP <7.3)
Date regex with leap years
Submitted by
anonymous
-
6 years ago
0
Apache access log columnizer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Parsing assembly code .data segment
Python
no description available
Submitted by
anonymous
-
6 years ago
0
parsing Assembly code .data segment
Python
no description available
Submitted by
anonymous
-
6 years ago
0
БД
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
compras
ECMAScript (JavaScript)
Filtro para ubicar a los contactos de área de compras
Submitted by
anonymous
-
6 years ago
0
Gitlab push rule enforcing commits to follow the "Conventional Commit" specification (used for ex. in Angular ...)
Golang
More and more project use the "Conventional Commit" specification. As it allows some nice toolchain automations in projects you might want to enforce it in gitlab. May work in other git portals too
Submitted by
anonymous
-
6 years ago
0
FR_CH
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
ES_ES
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
FR_FR
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
SQL - columns to MAX LEN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
552
553
554
555
556
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
\.
jpg
|
jpeg
/
gm
Open regex in editor
Description
Image file detection (jpg or jpeg)
Submitted by
anonymous
-
6 years ago