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
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
0
INSERT statement
PCRE (PHP <7.3)
Parses a very basic SQL INSERT statement of the form: INSERT [INTO] () VALUES ()
Submitted by
anonymous
-
7 years ago
0
Line learning Google app hack
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
iso 8601 date with millisecond and timezone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 IP tochno
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Split data
PCRE (PHP <7.3)
TEXT1 TEXT2 "TEXT3 TEXT4 TEXT5 " " TEXT6 " TEST3 " DATA" => TEXT1 TEXT2 TEXT3 TEXT4 TEXT5 TEXT6 ...
Submitted by
nmcong.it
-
7 years ago
0
Lb4 Drob chisla
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
logger name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
wqdwqd
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
sqlite columns to export as insert column a
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
day1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Only zero
PCRE (PHP <7.3)
Find zeros in any format with dot and comma.
Submitted by
anonymous
-
7 years ago
0
Rejection_Class
Python
no description available
Submitted by
anonymous
-
7 years ago
1
...
131
132
133
134
135
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
_
(
[
a
-
z
]
|
_
)+
?
=
?
\-
?
(
[
0
-
9
]
|
\.
)+
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago