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 14,240 community submitted regex patterns...
0
URL Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
گرفت ن نوع
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن نوع
Python
no description available
Submitted by
anonymous
-
5 years ago
0
NFL EPG - CRACKSTREAMS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
NCAA EPG - CRACKSTREAMS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Product Description
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
sql default constraints
PCRE (PHP <7.3)
Search in sql script generated using SCA for the implicit constraint names and defining the name explicityly
Submitted by
anonymous
-
5 years ago
0
sql default constraints
PCRE (PHP <7.3)
Search in sql script generated using SCA for the implicit constraint names and defining the name explicityly
Submitted by
anonymous
-
5 years ago
0
Extract endpoint from url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
XML Containers
PCRE (PHP <7.3)
For stripping containers and leaving elements from an XML Message
Submitted by
anonymous
-
5 years ago
0
jdbc connection parse
PCRE (PHP <7.3)
Made for HSY
Submitted by
anonymous
-
5 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Drop down list selector
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
YouTube Video ID Selection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
codigos_mipres
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find file name in list of files read with "rb" (as bytes)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Grade
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Duplicate tier test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
464
465
466
467
468
...
712
Community Library Entry
1
Regular Expression
Python
r"
^
(
http
[
s
]
?
:
\/\/
)?
(
[^
:
\/
\s
]
+
)
(
:
(
[^
\/
]
*
)
)?
(
\/
\w
+
\.
)*
(
[^
#?
\s
]
+
)
(
\?
(
[^
#
]
*
)
)?
(
#
(
.
*
)
)?
$
"
i
Open regex in editor
Description
Break a URL into parts: protocol url path get parameters hash
Submitted by
Dale O'Brien
-
10 years ago