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 12,120 community submitted regex patterns...
0
Regex to match lines having string1 and not having string3
PCRE (PHP <7.3)
no description available
Submitted by
Vivek Shah
-
8 years ago
1
Date and Day
PCRE (PHP <7.3)
Thur 10 Tue 2 Mon 1 e.t.c
Submitted by
anonymous
-
8 years ago
1
regex to find img src tags into html
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
LinkedIn Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
email w/o query params
PCRE (PHP <7.3)
highlights emails that don't have query parameters
Submitted by
duaazahi
-
8 years ago
1
Razor template for JS files
PCRE (PHP <7.3)
no description available
Submitted by
Rodrigo Stuchi
-
8 years ago
1
Searching succeeding matching words
PCRE (PHP <7.3)
If you want to search succeeding words replace number in curly brace
Submitted by
tassman
-
8 years ago
0
Oktavian regex [1]
PCRE (PHP <7.3)
trans replace
Submitted by
Oktavian Master
-
8 years ago
1
Thaana
PCRE (PHP <7.3)
Thaana detect
Submitted by
Yoosuf
-
8 years ago
1
Get Src Image Tag
PCRE (PHP <7.3)
no description available
Submitted by
Leo Pham
-
8 years ago
1
Repeating letters more than once
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
qeqe
PCRE (PHP <7.3)
qweqwe
Submitted by
qweqe
-
8 years ago
1
MarketdataQuoteHandlerMessages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Extract Course Number from Member DataBase Area
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Dashie Save
PCRE (PHP <7.3)
TS3 REGEX NAME BLACKLIST
Submitted by
Dashie @inetpwnz
-
8 years ago
1
Code INSEE des départements français
PCRE (PHP <7.3)
Cette expression régulière valide une chaîne de caractères représentant un code département selon le code INSEE. Voir http://www.insee.fr/fr/methodes/nomenclatures/cog/
Submitted by
anonymous
-
8 years ago
1
Match URLS http|https www|ww|www3 etc
PCRE (PHP <7.3)
match various web urls
Submitted by
ganey
-
8 years ago
0
message postcode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
orphaned
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
3
Get any positive integer
PCRE (PHP <7.3)
All real numbers can be divided into three categories: positive, negative and zero; Match all positive number Match: 2 9 ...
Submitted by
norihiori, Me-me
-
8 years ago
1
...
464
465
466
467
468
...
606
Community Library Entry
0
Regular Expression
Python
r"
(?P<schema>
.
*
://
)?
(?P<cedentials>
.
*
@
)?
(?P<www>
www
\.
)?
(?P<domain>
[
\w
\.
]
+
)
(?P<path_query>
/
?
.
*
)?
"
g
Open regex in editor
Description
no description available
Submitted by
bronsen
-
10 years ago