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,040 community submitted regex patterns...
3
Escherichia coli, partial genome simple coding region search
PCRE (PHP <7.3)
NC_000913.3 Escherichia coli str. K-12 substr. MG1655, patial genome
Submitted by
anonymous
-
9 years ago
1
allow only alpabets digits and special characters
ECMAScript (JavaScript)
allow only alpabets digits and special characters
Submitted by
anonymous
-
9 years ago
1
select you exclude bayou
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
3
Proxy matcher
PCRE (PHP <7.3)
Matches proxies in ip:port format. Takes into account that octets cant start with a 0, and that octets that are not the first octet can be a 0 if there are no more numbers behind it.
Submitted by
Dank meme machine
-
9 years ago
1
Doubleclick tile1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
match but don't capture
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
sp push
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
@property
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
http://e3lanatkom.local/index.php?do=shownews
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
commit 2
Python
no description available
Submitted by
anonymous
-
9 years ago
0
JSON (In progress)
ECMAScript (JavaScript)
Regex to qoute a JSON-string
Submitted by
Lars Willighagen
-
9 years ago
1
dynamic galery in detail-text
PCRE (PHP <7.3)
no description available
Submitted by
romqtw
-
9 years ago
0
Del space
PCRE (PHP <7.3)
Delete speces at XML
Submitted by
E_Ch
-
9 years ago
0
number
ECMAScript (JavaScript)
This is for the validation of number
Submitted by
Noby nirmal
-
9 years ago
1
commit 1
Python
no description available
Submitted by
anonymous
-
9 years ago
1
id validation
ECMAScript (JavaScript)
This will catch the id which is an integer and not characters mixed with numbers
Submitted by
noby nirmal
-
9 years ago
0
Http_accept Header
PCRE (PHP <7.3)
no description available
Submitted by
Robin Dumont-Chaponet
-
9 years ago
1
Test
PCRE (PHP <7.3)
Test
Submitted by
anonymous
-
9 years ago
1
Match regex
PCRE (PHP <7.3)
Get from regex subpattern and its regex
Submitted by
anonymous
-
9 years ago
1
Find arguments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
716
717
718
719
720
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
\?
P<
(
[
a
-
zA
-
Z
]
+
)
>
(
(
[
a
-
zA
-
Z0
-
9-_+*:?|
\[\]
!<>^(),
\.\\
]
+
)
|
(?R)
?
)
\)
/
g
Open regex in editor
Description
Get from regex subpattern and its regex
Submitted by
anonymous
-
9 years ago