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 3,660 community submitted regex patterns...
0
Finding imports
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Codeblock Recogniser
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Flag Recogniser
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Stackdriver Monitoring
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Match WebView Inapp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
trim expression
ECMAScript (JavaScript)
("\s+|^[\w\s\w])|(\s+") replace "
Submitted by
anonymous
-
6 years ago
0
div
ECMAScript (JavaScript)
单个标签匹配;
Submitted by
anonymous
-
6 years ago
0
abc
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Integromat help
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Integromat help
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Pixel value as quoted string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Find SCSS color variables and their values
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Find CSS/SCSS rgba values that do not start with a $variable
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Uppercase letters
ECMAScript (JavaScript)
See: https://stackoverflow.com/questions/7888238/javascript-split-string-on-uppercase-characters
Submitted by
anonymous
-
6 years ago
0
Integromat help
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
extractScreenNumber
ECMAScript (JavaScript)
Separate values from Coates file names
Submitted by
anonymous
-
6 years ago
0
Binding Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Binding Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Get commit parameters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
2018-11-12
ECMAScript (JavaScript)
for grouping orders and information parsing
Submitted by
anonymous
-
6 years ago
1
...
112
113
114
115
116
...
183
Community Library Entry
1
Regular Expression
Golang
`
^
(?:
https
?
:
\/\/
)?
(?:
(?:
www
\.
)?
youtube
\.
com
\/
(?:
(?:
v
\/
)
|
(?:
embed
\/
|
watch
(?:
\/
|
\?
)
){1,2}
(?:
.
*
v=
)?
|
.
*
v=
)?
|
(?:
www
\.
)?
youtu
\.
be
\/
)
(
[
A
-
Za
-
z0
-
9_
\-
]
+
)
&
?
.
*
$
`
gmi
Open regex in editor
Description
no description available
Submitted by
RyuaNerin
-
9 years ago
(Last modified a year ago)