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
Dec 17 Regex Matt Challenge
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
test
PCRE (PHP <7.3)
testtest
Submitted by
anonymous
-
7 years ago
0
AlienVault Exercise
Python
no description available
Submitted by
anonymous
-
7 years ago
0
regex
PCRE (PHP <7.3)
something
Submitted by
anonymous
-
7 years ago
0
Date and Time (yyyy-MM-dd HH:mm:ss)
PCRE (PHP <7.3)
Validation for date and time string "yyyy-MM-dd HH:mm:ss"
Submitted by
jist
-
7 years ago
0
Julie
Python
no description available
Submitted by
anonymous
-
7 years ago
0
URL identification library
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
all regex exprs
Python
no description available
Submitted by
anonymous
-
7 years ago
0
rg⨯Xx
PCRE (PHP <7.3)
bam like botz ... \b[\(\d\s\)-]{8,}\b (\d\s?){8,12}\b 0971 245 235 | trannguyenhai2@gmail.com...
Submitted by
vud00_se0uL
-
7 years ago
0
FLAU
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
international phone numbers
ECMAScript (JavaScript)
+1 (555) 555-5555 +90 532 581 98 18 +358 44 944 30 13
Submitted by
anonymous
-
7 years ago
0
Person Names
ECMAScript (JavaScript)
Awesome Latim first and last Person names
Submitted by
@Subversivo58
-
7 years ago
0
password must be 12-20 chars, atleast 1 number, 1 lower,1 uppercase, only !@#$%^&. allowed
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
valid letter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 1b
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 1f
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lone number hunter
Python
no description available
Submitted by
anonymous
-
7 years ago
0
parameter declaration
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Vk link video
PCRE (PHP <7.3)
no description available
Submitted by
mes01
-
7 years ago
0
半角カタカナ、英文字Regexp (Javascript)
ECMAScript (JavaScript)
許容文字 ・半角カタカナ ・英文字(大文字、小文字) ・半角スペース**
Submitted by
loliqoop
-
7 years ago
1
...
75
76
77
78
79
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
#
(
[^
\"
|'
]
[
\S
]
+
)
|
#
[
\"
]
{1}
(
[^
"
]
+
)
[
\"
]
{1}
|
#
[
\'
]
{1}
(
[^
'
]
+
)
[
\'
]
{1}
/
mig
Open regex in editor
Description
#day tralalala #"day" tralalala #'beautiful_day'
Submitted by
voodoo free.dev.ua@gmail.
-
11 years ago