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
Find start of line to the first comma
PCRE (PHP <7.3)
We wamt to capture "Exclusive networks" Use ^+ Test: Exclusive networks, test123, 100094747, test@exclusivenetworks.com
Submitted by
anonymous
-
8 years ago
0
Latitude
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Metin 2 grup tr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
VCS URL Test
PCRE (PHP <7.3)
returns g1: domain g2: username g3: repository
Submitted by
Eduardo Dalla Vecchia
-
8 years ago
0
basic word separation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
New Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
show_inv_parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match non self closing tags HTML/XML tags
Golang
no description available
Submitted by
Richard Peng
-
8 years ago
0
Parse QR
PCRE (PHP <7.3)
no description available
Submitted by
h
-
8 years ago
0
QR Parse
PCRE (PHP <7.3)
to parse qr
Submitted by
h
-
8 years ago
0
FMP4 nginx regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
ChatWars Equipment
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Angular find translate
PCRE (PHP <7.3)
Find translate directive in angular files
Submitted by
anonymous
-
8 years ago
0
numero tra parentisi alla fine della stringa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match stackoverflow urls
PCRE (PHP <7.3)
Get only the profile part without the url.
Submitted by
Chocksy
-
8 years ago
0
await
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Get drive id
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
error name seller
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
21
22
23
24
25
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
^
(?:
stackoverflow
\.
com
)?
[
\/
]
*
(
[
cv|users|story
]
?
[
\/
\w
\-\.
]
*
)
$
)
|
(
^
(?:
http
?
:
\/\/
|
https
?
:
\/\/
)?
(?:
www
\.
)?
stackoverflow
\.
com
\/
(?:
\/
*
)
(
[
\w
\-\.\/\%
]
*
)
)
/
gm
Open regex in editor
Description
Get only the profile part without the url.
Submitted by
Chocksy
-
8 years ago