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...
1
Telefone Brasil
PCRE (PHP <7.3)
Telefone com DDD entre parenteces ou sem com e sem traço ou sem DDD
Submitted by
Vinicius G
-
8 years ago
1
Match URLs
PCRE (PHP <7.3)
no description available
Submitted by
JOHN GRUBER
-
8 years ago
0
SearchForPhotoName
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Removes formatting chars from string
PCRE (PHP <7.3)
Removes formatting chars from string like \n, \r, \t and etc
Submitted by
binary_fm
-
8 years ago
0
Remove all special chars from string
PCRE (PHP <7.3)
Remove all special chars from string
Submitted by
binary_fm
-
8 years ago
0
Mega StatusBar
PCRE (PHP <7.3)
Migra TStatusBat para TMgStatusBar
Submitted by
Alair
-
8 years ago
1
SS3 message
PCRE (PHP <7.3)
no description available
Submitted by
Abishek
-
8 years ago
1
Search for Array-Variables in PHP.
PCRE (PHP <7.3)
no description available
Submitted by
Bert Bredewold
-
8 years ago
1
Uppercase Lowercase Digit mandatory only
PCRE (PHP <7.3)
Match at least one upper case, lower case and digit between 1 and 20 length with no special characters
Submitted by
anonymous
-
8 years ago
1
76.7877
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
MM/DD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2
Adress regex
Python
no description available
Submitted by
Ali
-
8 years ago
1
the best regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Simbols
PCRE (PHP <7.3)
remove dublicate punctuation marks and keep punctuation if stay near a word( abc, , ,) last , ,
Submitted by
Suciu Razvan
-
8 years ago
1
Google Category Extraction
PCRE (PHP <7.3)
Extract first term in url path for google category extraction
Submitted by
SCFarmer
-
8 years ago
1
dd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
find latitude longitude
PCRE (PHP <7.3)
find & get long lat in a string
Submitted by
Michael CAILLET http://mica.bike
-
8 years ago
1
Modernest of Emails
PCRE (PHP <7.3)
New gTLDs (2-14 chars) Allows sentence endings after email Accepts every char (except space) = Full Email Support ...
Submitted by
timmyRS
-
8 years ago
1
SIEM Extended Attribute Regex
PCRE (PHP <7.3)
no description available
Submitted by
Stephen Kim
-
8 years ago
1
dd
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
...
672
673
674
675
676
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?i)
\b
(
(?:
https
?
:
\/\/
|
www
\d
{0,3}
[
.
]
|
[
a
-
z0
-
9.
\-
]
+
[
.
]
[
a
-
z
]
{2,4}
\/
)
(?:
[^
\s
()<>
]
+
|
\(
(
[^
\s
()<>
]
+
|
(
\(
[^
\s
()<>
]
+
\)
)
)*
\)
)+
(?:
\(
(
[^
\s
()<>
]
+
|
(
\(
[^
\s
()<>
]
+
\)
)
)*
\)
|
[^
\s
`!()
\[\]
{};:'".,<>?«»“”‘’
]
)
)
/
gi
Open regex in editor
Description
no description available
Submitted by
JOHN GRUBER
-
8 years ago