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
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Zipball Version Substitution
PCRE (PHP <7.3)
no description available
Submitted by
Vivalldi
-
9 years ago
1
Can't be numeric only
ECMAScript (JavaScript)
It could be alphanumeric but should not be numeric only
Submitted by
anonymous
-
9 years ago
1
gps 103
ECMAScript (JavaScript)
gps103 gprs communication
Submitted by
anonymous
-
9 years ago
1
aaa
PCRE (PHP <7.3)
aaa
Submitted by
aa
-
9 years ago
1
lua
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
US Telephone number
ECMAScript (JavaScript)
Regex for validating us telephone number as per freecodecamp testcases-
Submitted by
Yashdeep Hinge
-
9 years ago
1
perl {if condition} {else} {/if}
PCRE (PHP <7.3)
no description available
Submitted by
Z
-
9 years ago
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
...
181
182
183
184
185
...
900
Community Library Entry
0
Regular Expression
Python
r"
frame_
\d
+
_time_
\d
+
(
_
\d\d
){5}
\.
\d
+
_exp_-
?
\d
+
_ag_-
?
\d
+
\.
\d
+
_dg_-
?
\d
+
\.
?
\d
+
_exp_st_
\d
+
_wb_st_
\d
+
_foc_
\d
+
_o
[
lr
]
t_dgRGGB_
\d
+
.\d
+
.\d
+
.\d
+
_rFix_-
?
\d
+
_bFix_-
?
\d
+
[
.
]
(
pgm
|
jpg
)
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago