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,020 community submitted regex patterns...
0
Email
ECMAScript (JavaScript)
email regex
Submitted by
anonymous
-
7 years ago
0
URLS
ECMAScript (JavaScript)
find urls
Submitted by
anonymous
-
7 years ago
0
Xóa chuỗi không cần thiết khi update file pot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
get from text the url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Match script tag attribute and content except specific type
ECMAScript (JavaScript)
Match script tag attribute and content except specific type
Submitted by
anonymous
-
7 years ago
0
Freizeichen Party
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
s/IP/IP address/
PCRE (PHP <7.3)
Lots of ppl shortcut IP address to IP. This fixes it. Mostly...
Submitted by
davido
-
7 years ago
0
Replace euro symbol to WW
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ахаха
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Best Email Id Pattern
PCRE (PHP <7.3)
no description available
Submitted by
Shreya Prajapati
-
7 years ago
0
Named Entity Regex - Pattern
PCRE (PHP <7.3)
Named Regex - Mixed pattern
Submitted by
Dhanayan Shankar
-
7 years ago
0
Named pattern surname - firstname
PCRE (PHP <7.3)
Named pattern surname - firstname
Submitted by
anonymous
-
7 years ago
0
Regular Expression For Name
PCRE (PHP <7.3)
no description available
Submitted by
Shreya Prajapati
-
7 years ago
0
Regular Expression For Name C
PCRE (PHP <7.3)
no description available
Submitted by
Shreya Prajapati
-
7 years ago
0
Dec 17 Regex Matt Challenge
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
test
PCRE (PHP <7.3)
testtest
Submitted by
anonymous
-
7 years ago
0
AlienVault Exercise
Python
no description available
Submitted by
anonymous
-
7 years ago
0
regex
PCRE (PHP <7.3)
something
Submitted by
anonymous
-
7 years ago
0
Date and Time (yyyy-MM-dd HH:mm:ss)
PCRE (PHP <7.3)
Validation for date and time string "yyyy-MM-dd HH:mm:ss"
Submitted by
jist
-
7 years ago
0
Julie
Python
no description available
Submitted by
anonymous
-
7 years ago
1
...
455
456
457
458
459
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
[
[^
\/
]
+
(
.
+
)
\/
[
3
-
9
]
\d\d
\-
/
gm
Open regex in editor
Description
[[^/]+(.+)/[3-9]\d\d-
Submitted by
anonymous
-
6 years ago