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,660 community submitted regex patterns...
0
match \
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
TELÉFONO INTERNACIONAL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
DNI español
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
CCC
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Мой рег
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Ruangan SLC 2016
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Website Address Check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
email_validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
ASA Log Source
ECMAScript (JavaScript)
the source log of asa cisco firewall is not RFC formatted this regex (java) match all globaly
Submitted by
Christian Marangoni
-
8 years ago
0
Carte bancaire
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
check attr type in HTML
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Remove leading "http://" or "https://" and optionally a "www."
ECMAScript (JavaScript)
Remove leading "http://" or "https://" and optionally a "www." for look up
Submitted by
anonymous
-
8 years ago
0
find content in branket
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
remove list-style-type:
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Regex to exclude accented character like è, à, ç... and white space
ECMAScript (JavaScript)
no description available
Submitted by
Tho Vo
-
8 years ago
(Last modified a year ago)
0
DU yellowpages search REGEX pattern
ECMAScript (JavaScript)
no description available
Submitted by
Karim Omar
-
8 years ago
0
get number phone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Password formatting
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Password Validator
ECMAScript (JavaScript)
Evaluates a string such that only letters, digits, and the special characters !, #, and $ are allowed. Length 8 - 64
Submitted by
atypicaldev
-
8 years ago
0
3 or more single digit consecutive numbers
ECMAScript (JavaScript)
To check whether the given String contains 3 or more consecutive single digit numbers
Submitted by
Pradeep Patil
-
8 years ago
1
...
85
86
87
88
89
...
183
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
\D
+
)
(
\(
(
\d
+
)
\)
)?
\s
(
\+
(
\d
+
)
⚔
)?
\s
?
(
\+
(
\d
+
)
�
�
)?
\/
(
on
|
off
)
_
(
\d
+
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago