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 2,920 community submitted regex patterns...
0
FB payload
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
my
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Remove whiteSpace and char
Golang
no description available
Submitted by
anonymous
-
5 years ago
1
Regular expression for parsing VK.com links.
PCRE2 (PHP >=7.3)
no description available
Submitted by
ZKelo
-
5 years ago
(Last modified 2 years ago)
0
mongo db email validation
Golang
email validation based on the restrictions for entering email adresses into a mongo db email field.
Submitted by
levire.com
-
5 years ago
0
Report url regex
Golang
/ui_tests/master/28c6f611
Submitted by
anonymous
-
5 years ago
0
[Help] - need full match of a non valid comment blocks
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Golang Google UUID Validation
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
UK address extract the Postcode
Golang
for demo 2019/09/30
Submitted by
anonymous
-
5 years ago
0
More complete UK address from psql
Golang
for demo 2019/09/30
Submitted by
anonymous
-
5 years ago
0
Address
Golang
for the demo 2019/09/27
Submitted by
anonymous
-
5 years ago
0
GO Docker tag
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
transform regex
Golang
vault sync
Submitted by
anonymous
-
5 years ago
0
MikroTik firewall logs
Golang
Used with Azure Log Analytics
Submitted by
anonymous
-
5 years ago
0
url match
Golang
url match
Submitted by
anonymous
-
5 years ago
0
FB match group
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
eleveo
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Split full name to last, middle, last
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Splitter ES
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
issue lookbehind
Golang
no description available
Submitted by
anonymous
-
5 years ago
1
...
141
142
143
144
145
146
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)