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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 11,880 community submitted regex patterns...
1
Lead Lag Constraint
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
IPv4
PCRE (PHP <7.3)
I didn't find any good (any easy) ones. So here you go ^^
Submitted by
timmyRS
-
8 years ago
1
Inter disassembly instruction parser
PCRE (PHP <7.3)
Intel-mnemonics bfd-disassembly instruction parser
Submitted by
anonymous
-
8 years ago
1
html
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Match wikitext link prefix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
asset replacement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Simple Shamsy Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Suraj_WithoutDotAll
PCRE (PHP <7.3)
In JMeter a response had a new line character in between. Used following regular expression as "barcode\?message=(.+)(\n)(.+)" and got the the result
Submitted by
Suraj Shankla
-
8 years ago
1
ZettIsor
PCRE (PHP <7.3)
no description available
Submitted by
isor
-
8 years ago
1
( + eny sympol
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2
Course GUID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
SEG_b3ta
PCRE (PHP <7.3)
no description available
Submitted by
isor_818
-
8 years ago
0
Seletor de qualquer texto com espaço
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
GES_isor
PCRE (PHP <7.3)
.
Submitted by
isorT3st
-
8 years ago
1
Email Address Collector
PCRE (PHP <7.3)
Match obfuscated email addresses.
Submitted by
Nic B
-
8 years ago
1
exercicio
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Find Mp4 URL
PCRE (PHP <7.3)
Match a http url that contains Mp4
Submitted by
AAG
-
8 years ago
1
GESisor
PCRE (PHP <7.3)
thx
Submitted by
isor
-
8 years ago
1
GESisor
PCRE (PHP <7.3)
thx
Submitted by
isor
-
8 years ago
1
Nested Exception Thrower
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
464
465
466
467
468
...
594
Regular expression for parsing VK.com links.
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)