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,020 community submitted regex patterns...
0
Spotify link
PCRE (PHP <7.3)
Pattern to match any possible spotify link as of july 2017.
Submitted by
anonymous
-
7 years ago
0
https://aspsvet.ru/
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
P10 Email RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match Hashtag names
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Match a single character at a time present in the list
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Find images URL in text
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Extract Experience
Python
Extract experience from job titles or job description text
Submitted by
vidyasagar
-
7 years ago
0
strange
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
https://sveterra.ru
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Two groups between text
PCRE (PHP <7.3)
"middle" and "middle2" can be any text
Submitted by
anonymous
-
7 years ago
0
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
dzrdata-service healthcheck
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Dutch address (pretty good)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Storyshot mock finder
Python
no description available
Submitted by
anonymous
-
7 years ago
0
palo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
https://sveterra.ru/
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ping statistics
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Links without protocol
PCRE (PHP <7.3)
Heavily inpired by https://stackoverflow.com/questions/6038061/regular-expression-to-find-urls-within-a-string
Submitted by
anonymous
-
7 years ago
0
Facebook Groups and Meetup - Link Check - Group Data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Check VAT ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
430
431
432
433
434
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?=
(
From:
|
Return
\-
Path:
)
(
.
*
\@
.
*
\.
[
a
-
z
]
{5,24}
$
)
\b
)
(?!
.
*
\b
(
world
)
\b
)
(
.
+
)
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago