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
duplicate words
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
simple domain regex
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Webnovel - all Sites without Chaptersites
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Html for AU
PCRE (PHP <7.3)
no description available
Submitted by
avallon
-
7 years ago
0
Optional Named Groups
PCRE (PHP <7.3)
Redirecting to .*?\?from=(?P[\.a-z0-9]+)&exportFileName=(?P[\.a-z0-9]+)(?:&to=(?P[\.a-z0-9]+))?(?:\&lang=(?P[a-z]+))?(?:\&action=(?P[a-z\-]+))?
Submitted by
anonymous
-
7 years ago
0
UK - Postalcodes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Strator sellout files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Dollars but not IP's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zippyshare link extractor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Seeking regular expression guru
PCRE (PHP <7.3)
We are looking for developer who is good at regular expression. We need to scrap web site and gather some data to database. This is a test.
Submitted by
Junior Báez
-
7 years ago
(Last modified a year ago)
0
PPUA5301 Add Question closing div
PCRE (PHP <7.3)
Add Question closing div to pt designation at the end of questions
Submitted by
anonymous
-
7 years ago
0
select the time after the date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
select the title from the full name - titanic
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
PBC - Distributors to be Renewed List
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Comprehensive US SSN (Social Security Number)
ECMAScript (JavaScript)
This regex targets a customer specific requirement for a regex that matches US Social security numbers either separated by -(dash), space or nothing. So it should match: 702-02-9921 702 02 9921 702029921...
Submitted by
@rafalages
-
7 years ago
0
URL Matcher
PCRE (PHP <7.3)
Matches all valid URLs. Does not match things such as mailto:someone@example.com and http://a.b/.
Submitted by
StellarDoor5319
-
7 years ago
0
bank account number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
VR text with
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Seance
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
448
449
450
451
452
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?:
[
A
-
Za
-
z
]
\d
?
\d
[
A
-
Za
-
z
]
{2}
)
|
(?:
[
A
-
Za
-
z
]
[
A
-
Za
-
z
\d
]
\d
?
\d
[
A
-
Za
-
z
]
{2}
)
|
(?:
[
A
-
Za
-
z
]
{2}
\d
{2}
?
\d
[
A
-
Za
-
z
]
{2}
)
|
(?:
[
A
-
Za
-
z
]
\d
[
A
-
Za
-
z
]
?
\d
[
A
-
Za
-
z
]
{2}
)
|
(?:
[
A
-
Za
-
z
]
{2}
\d
[
A
-
Za
-
z
]
?
\d
[
A
-
Za
-
z
]
{2}
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago