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...
1
Chep/Loscam Transfers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Chep/Loscam ID Validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
URL Parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
FDQN
ECMAScript (JavaScript)
no description available
Submitted by
Pratheesh ps
-
9 years ago
1
PHP URL Regex
PCRE (PHP <7.3)
no description available
Submitted by
Max Maxymenko
-
9 years ago
1
https://
PCRE (PHP <7.3)
no description available
Submitted by
VM
-
9 years ago
1
Get Email Address from string
ECMAScript (JavaScript)
no description available
Submitted by
Google
-
9 years ago
1
catches text within paranthesis
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
C# Generic Parameters
ECMAScript (JavaScript)
no description available
Submitted by
andy cunningham
-
9 years ago
1
Find the second word
PCRE (PHP <7.3)
Find the second word in a string. EX string: "First Second Third" The output will be: Second
Submitted by
oxido
-
9 years ago
1
withagen SKU
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
parse ssh url
PCRE (PHP <7.3)
no description available
Submitted by
lem
-
9 years ago
1
teste
PCRE (PHP <7.3)
teste
Submitted by
teste
-
9 years ago
1
дом
Python
no description available
Submitted by
anonymous
-
9 years ago
1
VK Video url check and get ID
PCRE (PHP <7.3)
$match[0] - full url $match[1] - just id
Submitted by
Denis Efremov
-
9 years ago
1
YouTube video url and ID
PCRE (PHP <7.3)
$match[0] - full url $match[1] - ID only
Submitted by
Denis Efremov
-
9 years ago
1
SI
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
match 8 character device name with restrictions
ECMAScript (JavaScript)
Charset is: 0 1 2 3 4 5 6 7 8 9 - _ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y z Rules for string:...
Submitted by
anonymous
-
9 years ago
1
stl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
YES
PCRE (PHP <7.3)
YES!!
Submitted by
Jhoze216
-
9 years ago
1
...
655
656
657
658
659
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
\d
{2,4}
)
(
-
|
\/
|
:
)
(
\d
{1,2}
)
(
-
|
\/
|
:
)
(
\d
{1,2}
)
\d\d
:
\d\d
(
:
\d\d
){0,1}
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago