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
IP Address Match
PCRE (PHP <7.3)
Finy any IP address from 0.0.0.0 to 255.255.255.255.
Submitted by
anonymous
-
5 years ago
0
First Run
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
second run
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Third Run
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
WindowsUpdate
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
gfhgh
Python
fghh
Submitted by
anonymous
-
5 years ago
0
zxb
Python
zvcxv
Submitted by
anonymous
-
5 years ago
0
简单替换
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
two " to triple
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Match alpha-numeric with optional special characters and numbers
PCRE (PHP <7.3)
Match strings for alpha-numeric strings with optional special characters and numbers
Submitted by
anonymous
-
5 years ago
0
@POLE-EMPLOI.FR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
AssetNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Demo Breakdown
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Resolution Regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
CD45 (creation)
PCRE (PHP <7.3)
Ajout du controle Intervention
Submitted by
anonymous
-
5 years ago
0
CD45 (keepparam)
PCRE (PHP <7.3)
Ajout du controle devis ou intervention
Submitted by
anonymous
-
5 years ago
0
match wmic.exe create remote process
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Match directories from the windows file list
PCRE (PHP <7.3)
Match directories details from the windows directory list using shell command dir /S /Q /T:C This match return date, time, owner and name of the dirrectories
Submitted by
anonymous
-
5 years ago
0
matching URLs and failing non-URLs
ECMAScript (JavaScript)
Here, we would add a quantifier to a simple char class in an expression such as:
Submitted by
anonymous
-
5 years ago
0
ASA filters
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
563
564
565
566
567
...
900
Community Library Entry
0
Regular Expression
Python
r"
^\d
{4}
\s
?
[
A
-
Z
]
{2}
$
"
gm
Open regex in editor
Description
This identifies whether a postcode (four numbers, two letters has been provided)
Submitted by
anonymous
-
2 years ago