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,460 community submitted regex patterns...
0
word circular
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Opinionated email validation
ECMAScript (JavaScript)
opinionated email validation based on https://en.wikipedia.org/wiki/Email_address. i have excluded some email patterns that don't seem to be common
Submitted by
Pavel Dominguez
-
4 years ago
(Last modified 4 years ago)
0
Converts markdown linked text to HTML linked text.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
searchingLight
ECMAScript (JavaScript)
/%A-Z+%*\|[0-9]+\|[0-9]+(\.[0-9])?\$/g
Submitted by
dp
-
4 years ago
0
Name DVC
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
non zero
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
time input format matching
ECMAScript (JavaScript)
no description available
Submitted by
Pavel Dominguez
-
4 years ago
0
match words between '::' '::'
ECMAScript (JavaScript)
matches words between :: characters ("some text ::this should be matched::")
Submitted by
https://stackoverflow.com/users/3832970/wiktor-stribi%c5%bcew
-
4 years ago
0
MongoDB connection string has username and password
ECMAScript (JavaScript)
Test if a mongo db connection string has a username and password declared in it. Doesn't work with with multi host ATM
Submitted by
Gecko Pico
-
4 years ago
0
Url regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Youtube Formatted Duration
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Get Dynamic Values from Mustache
ECMAScript (JavaScript)
This regex can be used to get values from the valid mustache syntax i.e double floral brackets
Submitted by
PranomVignesh<pranomvignesh@gmail.com>
-
4 years ago
0
basic
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Negative and Positive Look Ahead
ECMAScript (JavaScript)
no description available
Submitted by
Rodolfo Faquin Della Justina
-
4 years ago
0
Email Verify Check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ip address
ECMAScript (JavaScript)
ip address
Submitted by
anonymous
-
4 years ago
0
format text step 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
phoneNumber without +
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
world phone number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Password Strength Check - All Unicode - JS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
141
142
143
144
145
...
173
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
\.
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
\.
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
\.
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
$
/
Open regex in editor
Description
ip address
Submitted by
anonymous
-
4 years ago