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...
1
ip address
Python
no description available
Submitted by
anonymous
-
9 years ago
1
myComputerName123_HBA1_Symm1_FA1
PCRE (PHP <7.3)
Example 4: Zone: myComputerName123_HBA1_Symm1_FA1 Hostname: myComputerName123
Submitted by
anonymous
-
9 years ago
1
Orange-rozmowa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
huawei_pm
PCRE (PHP <7.3)
no description available
Submitted by
ribas
-
9 years ago
1
Phone number (Russia and all World)
PCRE (PHP <7.3)
Regex for validation phone number
Submitted by
Devil_Chrono
-
9 years ago
1
Domain
PCRE (PHP <7.3)
Domain with protocol, Third-Level-Domain, Second-Level-Domain, Top-Level-Domain and Port. as an an example: http://www.example.de https://chat.example.com:80 ...
Submitted by
NiRu
-
9 years ago
1
aslab rule exclusion
PCRE (PHP <7.3)
no description available
Submitted by
fatih
-
9 years ago
0
two words with atleast one starting with digit
PCRE (PHP <7.3)
3rd Street / house 2b - pass
Submitted by
anonymous
-
9 years ago
0
MATLAB filename with brackets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Notice and deprecated php error message
ECMAScript (JavaScript)
get the notice or deprecated from php on your content
Submitted by
Guss
-
9 years ago
1
MySQL
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Minumum 4 letter
PCRE (PHP <7.3)
no description available
Submitted by
LAxman karthi
-
9 years ago
1
find space pipe
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
find includes without quotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
ABA Numbers Extraction
PCRE (PHP <7.3)
no description available
Submitted by
CI
-
9 years ago
0
Website url maxLength 50
ECMAScript (JavaScript)
no description available
Submitted by
Josiah
-
9 years ago
1
Inside single quotes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
correlation challenge
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
check trailing slash domain
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Match special characters excl. unicode accented, _, -, and whitespace
ECMAScript (JavaScript)
Covers Latin-1 Supplement Latin Extended-A Latin Extended-B Greek and Coptic
Submitted by
anonymous
-
9 years ago
1
...
195
196
197
198
199
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
.
+
?
)
[
?=-
]
(
.
+
?
)
[
?=-
]
(
.
+
?
)
[
?=.
]
(
.
+
?
$
)
/
gm
Open regex in editor
Description
Separate values from Coates file names
Submitted by
anonymous
-
6 years ago