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 8,400 community submitted regex patterns...
0
email
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Match last word in string
ECMAScript (JavaScript)
no description available
Submitted by
Isak
-
7 years ago
0
Matches the full path to a file until the last slash or back slash, leaving just the filename itself unmatched
ECMAScript (JavaScript)
For instance in the string: /bla/di/bla/file.extention it would match: /bla/di/bla/
Submitted by
anonymous
-
7 years ago
0
Router_Interfaces
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Troy
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Kenyan phonenumber Regex
Python
Detects Kenyan Phonenumbers
Submitted by
anonymous
-
7 years ago
0
All url with latest (optional)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select Base Url without standard ports
ECMAScript (JavaScript)
1 Part baseurl (req) 2 Part Port (optional) but not 443 or 80 3 Part /latest (optional) (req)(:opt(!443 or 80))(opt)
Submitted by
anonymous
-
7 years ago
0
Select Base Url without standard ports
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Credit Card Date (MM/YY)
ECMAScript (JavaScript)
Regex for credit card date validation in the format of MM/YY. Forked from: https://stackoverflow.com/questions/20430391/regular-expression-to-match-credit-card-expiration-date
Submitted by
Me
-
7 years ago
0
eQFetchRule for Classification
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
usa_zip
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Match router ARP table
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
show run parse interfaces (with configs)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
312
313
314
315
316
...
420
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?:
https
?
:
\/\/
)?
(?:
m
\.
)?
vk
\.
(
com
|
ru
)
.
*
(
photo
|
video
|
audio
|
doc
|
page
|
note
|
poll
|
album
|
market
|
market_album
|
audio_playlist
)
(
-
?
\d
+
)
_
(
\d
+
)
\/
?
$
/
gm
Open regex in editor
Description
no description available
Submitted by
ZKelo
-
5 years ago
(Last modified 2 years ago)