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
Multilingual Website finding, information-extractive, regex. VERY USEFUL. NO CREDIT NEEDED
ECMAScript (JavaScript)
Website finder Author: Bryan Hu What does this does This can give you very useful information about the sites this regex extracts. It can extract the main domains of a variety of sites, give you ...
Submitted by
Bryan Hu
-
4 years ago
0
Validar hora
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
aaa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Phone Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Redux Action Type Parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Street Number Pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match Script Path
Python
no description available
Submitted by
anonymous
-
4 years ago
0
languageCodes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
URLs path level
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
hawk literal and numeral
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Find White Space Only
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Text Between Quotation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Same Character repeated
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
RA08T callback url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Parse multiline excel data
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
complex password validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
amqp
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Successful WebUI Login
PCRE (PHP <7.3)
trying to cleanup
Submitted by
anonymous
-
4 years ago
0
CreateTesterPreset
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Simple UK Post code
PCRE (PHP <7.3)
This is intended to be a relatively simple matching (anchored left and right) for a uk post code. Please use the unit tests to run the examples. The examples are from wikipedia, but I shall try and keep it up to date.
Submitted by
anonymous
-
4 years ago
1
...
691
692
693
694
695
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?i)
^.
*
\.
(
.
*
\.
[
a
-
z
]
{0,3}
)
|
(?i)
(
[
a
-
z
]
{0,3}
\.
.
*
\.
[
a
-
z
]
{0,3}
|
.
*
\.
[
a
-
z
]
{0,3}
)
$$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago