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
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
0
SemanticVersioning
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
artifactory catalina.out
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
artifactory catalina.out
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
568
569
570
571
572
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?P<core1>
(?i)
[
A
-
Z0
-
9
]
+
)
[
\s
]
?
(
(?i)
out
of
|
of
|
\/
)
[
\s
]
?
(?P<core2>
(?i)
[
A
-
Z0
-
9
]
+
)
[
\s
]
?
(?:
(?i)
core
[
s
]
?
|
needle
core
[
s
]
?
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago