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,000 community submitted regex patterns...
0
sms template
PCRE (PHP <7.3)
no description available
Submitted by
Shouvik Ghosh
-
7 years ago
0
Find Time
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
IOTA Node validation
PCRE (PHP <7.3)
Checks if url is valid for node api
Submitted by
anonymous
-
7 years ago
-1
sorry guys - uploaded by fat fingers and can't delete
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
verifyWebName
ECMAScript (JavaScript)
verify if a string can be use in a username pattern for my project
Submitted by
Feloem Goetia
-
7 years ago
-1
balanced parenthesis match
ECMAScript (JavaScript)
break the code to first opening parenthesis and then closing use the groups individually not entirely . This is 40% correct online pattern but mixing it with first open then close groups in two different matches result in 100% success
Submitted by
Muhammed
-
7 years ago
0
finding relative urls in a css file
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match UUID
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
recipes
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
input acceptance
ECMAScript (JavaScript)
only valid chars
Submitted by
anonymous
-
7 years ago
0
TS model properties
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
TS constructor body
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Full name with non-latin characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
unlock
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Github Profile URL
ECMAScript (JavaScript)
It checks whether the Github Profile URL is valid.
Submitted by
anonymous
-
7 years ago
0
Хуй
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
HTTP/1 Header Parsing
PCRE (PHP <7.3)
no description available
Submitted by
Niklas Keller
-
7 years ago
0
Разбор комманд для машины Тьюринга
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
BG Auctions
Python
no description available
Submitted by
anonymous
-
7 years ago
0
mnemonic identifier
PCRE (PHP <7.3)
no description available
Submitted by
moseschrist
-
7 years ago
1
...
543
544
545
546
547
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
http
(?:
s
?
)
:
\/\/
(?:
www
\.
)?
)?
(
[
A
-
Za
-
z0
-
9_:.-
]
+
)
\/
?
/
gm
Open regex in editor
Description
The 3rd group of the match will give the domain name
Submitted by
anonymous
-
6 years ago