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,020 community submitted regex patterns...
0
TS constructor body
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
TS model properties
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Catwalk - extract year
PCRE (PHP <7.3)
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
0
BG Auctions
Python
no description available
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
Github Profile URL
ECMAScript (JavaScript)
It checks whether the Github Profile URL is valid.
Submitted by
anonymous
-
7 years ago
0
unlock
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
input acceptance
ECMAScript (JavaScript)
only valid chars
Submitted by
anonymous
-
7 years ago
0
recipes
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Match UUID
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
finding relative urls in a css file
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
0
IOTA Node validation
PCRE (PHP <7.3)
Checks if url is valid for node api
Submitted by
anonymous
-
7 years ago
0
Find Time
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
sms template
PCRE (PHP <7.3)
no description available
Submitted by
Shouvik Ghosh
-
7 years ago
0
Brazil Complete Address
PCRE (PHP <7.3)
Extract address parts from a Brazil Addressess (Logradouro/Street, Numero/Number, Complemento/Complement, Bairro/Neighborhood, Cidade/City, Estado/State)
Submitted by
Glauber Portella <glauberportella@gmail.com>
-
7 years ago
1
...
463
464
465
466
467
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
http:
\/\/
|
https:
\/\/
)
(
(
(
[
0
-
9
]
\.
){4}
)
|
[
a
-
z0
-
9
\-
_
\.
]
[
a
-
z0
-
9
\-
_
\.
]
+
)
(
\:
)
(
[
0
-
9
]
{1,5}
)
/
g
Open regex in editor
Description
Checks if url is valid for node api
Submitted by
anonymous
-
7 years ago