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 3,860 community submitted regex patterns...
1
js console.log(wahtever) finder
ECMAScript (JavaScript)
should find any console.log(wahtever with or without - simple or double - quote
Submitted by
denis florkin
-
9 years ago
1
pathname comes to article
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
java
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
TimeSpan
ECMAScript (JavaScript)
Timespan validator for DDD:HH:MM which takes required minimum 1 minute
Submitted by
Abhiraj
-
9 years ago
1
Integral
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Laughing detector
ECMAScript (JavaScript)
Detects "hahaha"
Submitted by
anonymous
-
9 years ago
1
Validate Phone
ECMAScript (JavaScript)
Validate Phone numbers with separators and areas with 3 digit
Submitted by
Elioth Rivera
-
9 years ago
1
sdfgedgesrgere
ECMAScript (JavaScript)
czfb
Submitted by
rtqetqetrqert
-
9 years ago
1
redirect to https and non www
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
US Ham Radio licenses
ECMAScript (JavaScript)
no description available
Submitted by
Joshua Carroll
-
9 years ago
1
translates regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Belgian phone number
ECMAScript (JavaScript)
Validate belgian common phone numbers (simple landline and mobile only, no special/free/premium numbers)
Submitted by
Marty
-
9 years ago
1
Email ID
ECMAScript (JavaScript)
Full Validation of Email ID
Submitted by
Eric Abraham
-
9 years ago
1
Primeros N Caracteres
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Extract AWS accountId from user arn
ECMAScript (JavaScript)
Extract AWS accountId from user arn given by get-user action
Submitted by
AlexanderC
-
9 years ago
1
ICD-10-PCS
ECMAScript (JavaScript)
ICD-10-PCS Procedure code
Submitted by
anonymous
-
9 years ago
1
ICD-10-CM
ECMAScript (JavaScript)
ICD-10-CM Diagnosis Codes
Submitted by
anonymous
-
9 years ago
1
iso 8601
ECMAScript (JavaScript)
no description available
Submitted by
phyng
-
9 years ago
1
pm-problem
ECMAScript (JavaScript)
pm
Submitted by
creamidea
-
9 years ago
1
klr header
ECMAScript (JavaScript)
no description available
Submitted by
petergdoyle
-
9 years ago
1
...
125
126
127
128
129
...
193
Community Library Entry
5
Regular Expression
Python
r"
^.
*
(?=
.
{8,32}
)
(?=
.
*
\d
)
(?=
.
*
[
a
-
z
]
)
(?=
.
*
[
A
-
Z
]
)
(?=
.
*
[
!?@#$%^&*()
\-
+|=}{/:;
"
,'
\]\[
_
\~
<>€£¥•
\\
]
)
.
*
$
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago