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 6,140 community submitted regex patterns...
0
wip
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
CTS Versioning validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
wip
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
IpAddress
ECMAScript (JavaScript)
Ensure the ip address format is correct
Submitted by
aaa
-
4 years ago
1
First Name or Last Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
POC Mobile Detection
ECMAScript (JavaScript)
const regex = /(?:Mobile|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera\sMobi)/gm; const str = `Mozilla/5.0 (Android; Mobile; rv:13.0) Gecko/13.0 Firefox/13.0 Mozilla/5.0 (Linux; U; Android 4.0.3; de-ch; HTC Sensation Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile...
Submitted by
anonymous
-
4 years ago
1
command line argument parser
ECMAScript (JavaScript)
Support to arguments in various forms.
Submitted by
bkangel
-
4 years ago
(Last modified 6 months ago)
0
wiki arabic - Harran Al-Mari
ECMAScript (JavaScript)
Hello . github /harran55
Submitted by
anonymous
-
4 years ago
0
odd 1's
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
for in exp. in highway
ECMAScript (JavaScript)
explain regex for check value of data-for attribute
Submitted by
anonymous
-
4 years ago
0
for in exp. in highway
ECMAScript (JavaScript)
explain regex for check value of data-for attribute
Submitted by
anonymous
-
4 years ago
0
ladybugs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
URL media (mp3, mp4) or else
ECMAScript (JavaScript)
URL media (mp3, mp4) or else
Submitted by
anonymous
-
4 years ago
0
Remove font-family from inline style
ECMAScript (JavaScript)
Remove font-family from inline style
Submitted by
anonymous
-
4 years ago
1
user-agent
ECMAScript (JavaScript)
Http response header User-Agent
Submitted by
anonymous
-
4 years ago
1
user-agent
ECMAScript (JavaScript)
Http response header User-Agent
Submitted by
anonymous
-
4 years ago
0
Find characters to encode as entities, ignoring them if already part of one
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ZIP code (US)
ECMAScript (JavaScript)
ZIP code (US format)
Submitted by
anonymous
-
4 years ago
0
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
VISA: 4 az első jegy és 16 vagy 13 számjegyből áll
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
180
181
182
183
184
...
307
Community Library Entry
6
Regular Expression
ECMAScript (JavaScript)
/
^.
*
(?=
.
{8,}
)
(?=
.
*
\d
)
(?=
.
*
[
a
-
z
]
)
(?=
.
*
[
A
-
Z
]
)
.
*
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
11 years ago
(Last modified a year ago)