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
Problem 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
匹配相同的连续出现的单词
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex to extract a Number with 9 digits
PCRE (PHP <7.3)
Regex to extract a Number with 9 digits
Submitted by
anonymous
-
4 years ago
0
CVIKA | Římské číslice
Python
no description available
Submitted by
anonymous
-
4 years ago
0
слово
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Boss
ECMAScript (JavaScript)
This is a regex in JS for a problem in retake exam of SoftUni.
Submitted by
anonymous
-
4 years ago
0
ESPN+ Sports Event Names
Python
no description available
Submitted by
anonymous
-
4 years ago
0
simple match each statements
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
VISA: 4 az első jegy és 16 vagy 13 számjegyből áll
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ZIP code (US)
ECMAScript (JavaScript)
ZIP code (US format)
Submitted by
anonymous
-
4 years ago
0
Find characters to encode as entities, ignoring them if already part of one
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
user-agent
PCRE (PHP <7.3)
Http response header User-Agent
Submitted by
anonymous
-
4 years ago
0
Anchors
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Remove font-family from inline style
ECMAScript (JavaScript)
Remove font-family from inline style
Submitted by
anonymous
-
4 years ago
0
converting rel to abs url. - part 1
PCRE (PHP <7.3)
this covers all scenarios apart from url that start with / and not //
Submitted by
anonymous
-
4 years ago
0
Part 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Check date in DD/MM/YYYY
PCRE (PHP <7.3)
check the date in DD/MM/YYY you can update 202[0-5] to any value as per your need
Submitted by
anonymous
-
4 years ago
0
filtro rusos combot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
725
726
727
728
729
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
https
?
|
ftp
)
:
\/\/
[
a
-
z0
-
9-
]
+
(?:
\.
[
a
-
z0
-
9-
]
+
)+
(
\/
[
\w
-
]
+
)*
\/
[
\w
-
]
+
\.
deb
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago