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
CSN VR RAMAL RAMAL 25-6-2020
PCRE (PHP <7.3)
CSN VR RAMAL RAMAL
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
sem
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
CSN Bilhetes Saintes Resende
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
conatact
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
CSN Casa de Pedra
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CSN Casa de Pedra
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
totalsource
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
acountant
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
totalsource
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
DMR XML with attributes in any order
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
L0 AutoImport format
PCRE (PHP <7.3)
Level 0 Auto Import naming format
Submitted by
anonymous
-
4 years ago
0
CSN CISCO SAINTE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
React Cypress Get('[data-cy To Command
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Filter text inside square brackets and text before and after
ECMAScript (JavaScript)
This can be used for templating
Submitted by
anonymous
-
4 years ago
0
pre laycan
Python
no description available
Submitted by
anonymous
-
4 years ago
0
final laycan
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
365
366
367
368
369
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
%
(
.
*
youtube
\.
com
)
\/
(
embed
\/
videoseries
\?
|
watch
\?
|
playlist
\?
)
(
.
*
v=
(
[^
&
]
+
)
)?
(
&
)?
(
.
*
list=
(
[^
&
]
+
)
)?
|
(
.
*
youtu
\.
be
)
\/
(
[^
?
]
+
)?
(
(
\?
)?
(
.
*
list=
)
(
[^
?
]
+
)
)?
%
i
Open regex in editor
Description
Match any format of YouTube link for YouTube embeds in any web project.
Submitted by
anonymous
-
4 years ago