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
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
0
URL media (mp3, mp4) or else
ECMAScript (JavaScript)
URL media (mp3, mp4) or else
Submitted by
anonymous
-
4 years ago
0
Vwashington1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
test01
PCRE (PHP <7.3)
test02
Submitted by
anonymous
-
4 years ago
0
Test03
PCRE (PHP <7.3)
Test03
Submitted by
anonymous
-
4 years ago
0
extract image urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
hero test
Python
no description available
Submitted by
anonymous
-
4 years ago
0
HANFF PRODUCT EXPORT
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Conditional
Python
no description available
Submitted by
anonymous
-
4 years ago
0
unnames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Hex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex Email Templates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
test tag filtering
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
722
723
724
725
726
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
[
A
-
Z
]
(?!
[
a
-
z
]
)
)
|
(
[
A
-
Z
]
[
a
-
z
]
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago