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
ISO_8601
ECMAScript (JavaScript)
Matches strings in the ISO_8601 format. Named capture groups for year, month, date, hours, minutes, seconds, ms and timezone offset.
Submitted by
anonymous
-
6 years ago
0
RBPL WS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
FRTS WKS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
SQL Header
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Match Parenthesis
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
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
1
...
177
178
179
180
181
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
\/
(
[
0
-
9
]
+
)?
|
(
[
a
-
z
]
+
)?
\.
jpg
|
jpeg
|
png
|
gif
)
/
gm
Open regex in editor
Description
Image file detection (jpg or jpeg) at the link
Submitted by
anonymous
-
6 years ago