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
simple regex
ECMAScript (JavaScript)
The password entered is not in correct format (minimum eight characters, at least one uppercase, one lowercase, one number, and one special character)
Submitted by
Nguyen Pham
-
8 years ago
1
Restrict white space & # tag
PCRE (PHP <7.3)
no description available
Submitted by
sanju
-
8 years ago
1
abap comment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
ABAP method
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
ins tag with dcmads class
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
phones russian
PCRE (PHP <7.3)
no description available
Submitted by
ConConovaloff
-
8 years ago
1
c extract
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Anything but Mr./Dr./Ms./Mrs.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Rew
PCRE (PHP <7.3)
no description available
Submitted by
SLD
-
8 years ago
1
PaySafeCard (PSC) Code
PCRE (PHP <7.3)
Matches codes with and without minus (-) Prevents fake codes like "1234-1234-1234-1234"
Submitted by
timmyrs
-
8 years ago
1
US Format Short Date String
ECMAScript (JavaScript)
Matches any short date string between 1/1/2000 - 12/31/2199 in the formats: d/m/yyyy, dd/m/yyyy, d/mm/yyyy, or dd/mm/yyyy
Submitted by
anonymous
-
8 years ago
1
Regex 13
PCRE (PHP <7.3)
Reference Citation parser 13
Submitted by
Ali Momeni
-
8 years ago
1
Eclipse Keyword SPECGRID
Python
Retrieve the first numeric parameters of the SPECGRID keyword
Submitted by
Rashmin Dandekar
-
8 years ago
1
Pass
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
電子發票
PCRE (PHP <7.3)
電子發票
Submitted by
RJpolar
-
8 years ago
1
Remove Script Tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Find ToCs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Vimeo video links
ECMAScript (JavaScript)
Matches vimeo links with and without #t=xxs at the end
Submitted by
Jurij
-
8 years ago
1
Liveleak videos
ECMAScript (JavaScript)
Match liveleak videos
Submitted by
Jurij
-
8 years ago
1
Validate npm libraries
ECMAScript (JavaScript)
Validate npm libraries in the format library-name@version
Submitted by
Mateo Guzman
-
8 years ago
1
...
203
204
205
206
207
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
0
[
0
-
9
]
{3}
(
\-
|)
[
0
-
9
]
{4}
(
\-
|)
[
0
-
9
]
{4}
(
\-
|)
[
0
-
9
]
{4}
)
/
Open regex in editor
Description
Matches codes with and without minus (-) Prevents fake codes like "1234-1234-1234-1234"
Submitted by
timmyrs
-
8 years ago