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
check the URL
ECMAScript (JavaScript)
Submitted by
anonymous
-
6 years ago
0
验证邮箱
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Lawyers Description
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FreeRadius Login-Time match
PCRE (PHP <7.3)
https://wiki.freeradius.org/config/Users#special-attributes-used-in-the-users-file
Submitted by
maxxer
-
6 years ago
0
Ignore only the IPv4 Network & Broadcast IP's
Python
Using two similar sets of /22 IP ranges (192.168.100.1/22 & 192.168.200.1/22); Select all IP's, ignoring only the Network & Broadcast IP's.
Submitted by
Jason
-
6 years ago
0
Phone Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
檢查電話號碼 - 香港 Hong Kong Phone Number Validation
PCRE (PHP <7.3)
檢查電話號碼 - 香港 Hong Kong Phone Number Validation Hong Kong Marketing Consultant Cirrhosis Medication...
Submitted by
Ellery Leung
-
6 years ago
0
Match IP address with 255.255.255.255
PCRE (PHP <7.3)
Check if IP is a valid IP. http://happinesspig.com
Submitted by
Rachel
-
6 years ago
0
Validating Visa Card Numbers
PCRE (PHP <7.3)
Validate if card number is Visa card. Update the first digit to make it Master card. http://premiumpig.com
Submitted by
Simon
-
6 years ago
0
Password is between 6 - 10 chars including letters and/or digits.
PCRE (PHP <7.3)
Password is between 6 - 10 chars including letters and/or digits. You can use maxlength in `` field to limit length http://www.cirrhosismedication.com http://www.pmsecret.com
Submitted by
anonymous
-
6 years ago
0
Password is between 6 - 10 chars including letters and/or digits.
PCRE (PHP <7.3)
Password is between 6 - 10 chars including letters and/or digits. You can use maxlength in `` field to limit length http://www.cirrhosismedication.com http://www.pmsecret.com
Submitted by
Ellery
-
6 years ago
0
Password is between 6 - 10 chars including letters and/or digits.
PCRE (PHP <7.3)
Password is between 6 - 10 chars including letters and/or digits. You can use maxlength in `` field to limit length http://www.cirrhosismedication.com http://www.pmsecret.com
Submitted by
Ellery
-
6 years ago
0
Facebook: parse page name from url
Python
no description available
Submitted by
cx
-
6 years ago
0
DSRImport
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DSRImport
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
final dec and assignment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Extract Hive Audit Log JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
PCRE FQDN/IP verifier
PCRE (PHP <7.3)
no description available
Submitted by
crunchyintheory
-
6 years ago
0
test 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
date german
PCRE (PHP <7.3)
dd.mm.yyyy
Submitted by
anonymous
-
6 years ago
1
...
160
161
162
163
164
...
900
Community Library Entry
0
Regular Expression
Golang
`
^
(
(
(
\D
+
\s
)
|
(
\d
+
\s
)
)+
)?
(
(
[
4
-
8
]
)
|
(
[
4
-
8
]
(
\.
|
\,
)
(
[
0
-
9
]
)+
)
)
(
(
\s
?
pol
)
|
"
|
''
|
\x60
|
'
|
´
|
”
)
(?:
.
*
)
$
`
si
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago