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,540 community submitted regex patterns...
1
stepic python extract domain
Python
no description available
Submitted by
anonymous
-
9 years ago
1
delete function comment from begining
Python
delete function comment from begining
Submitted by
wewe
-
9 years ago
1
Original regex
Python
no description available
Submitted by
Malhar
-
9 years ago
1
Luca
Python
Esempi di regex
Submitted by
prof.manini
-
9 years ago
1
Lua Anonymous Function Matching
Python
no description available
Submitted by
anonymous
-
9 years ago
1
All but my string
Python
Return all but the given string
Submitted by
elypma
-
9 years ago
1
Query Strings Capture
Python
A solution for capture params or the param=value pair of query strings.
Submitted by
Rafael Laurindo
-
9 years ago
1
OTP Card payment
Python
no description available
Submitted by
anonymous
-
9 years ago
1
html image tags
Python
no description available
Submitted by
Thien Ho
-
9 years ago
1
email regex
Python
no description available
Submitted by
thegamerbr1
-
9 years ago
1
matches name in author field in Epic Notes
Python
Matches author fields
Submitted by
Mike Adams
-
9 years ago
1
srt time frame
Python
srt time frame
Submitted by
anonymous
-
9 years ago
1
Teaching potatoes how to search
Python
You see how it matches the hit ratio line? Yeah m8, that simple
Submitted by
11" Mipsmagician
-
9 years ago
1
remove specific div
Python
removes divs of the print class
Submitted by
Nicolaj
-
9 years ago
1
Bigger or lower than a number with <>
Python
no description available
Submitted by
woss.io
-
9 years ago
1
anime English title
Python
anime English title from snipertopanime
Submitted by
Wasdee
-
9 years ago
1
__import__("os")
Python
no description available
Submitted by
anonymous
-
9 years ago
1
File Extension
Python
Grabs the last "." of a string, and any word characters (\w) that follow.
Submitted by
G
-
9 years ago
1
URL Matcher
Python
no description available
Submitted by
anonymous
-
8 years ago
1
t01
Python
t01
Submitted by
anonymous
-
8 years ago
1
...
102
103
104
105
106
...
127
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)