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
quantity matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
1
test
Python
test
Submitted by
test
-
10 years ago
1
MY RFC 5322 implementation
ECMAScript (JavaScript)
My RFC 5322 implementation for email validation with few limitation on top level domain name
Submitted by
DevJustWantHaveFun
-
10 years ago
-1
RegExp black list example usage
PCRE (PHP <7.3)
no description available
Submitted by
Vadim Markovtsev
-
10 years ago
5
relative to absolute
PCRE (PHP <7.3)
relative to absolute
Submitted by
xp_prg
-
10 years ago
3
Simple math regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
1
testing for a bloke
PCRE (PHP <7.3)
Parsing html with regex is bad though.
Submitted by
Iroh
-
10 years ago
1
deine regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Regex to get video ID from Youtube links
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
4
url matching
ECMAScript (JavaScript)
supports all major protocols
Submitted by
matheus silva
-
10 years ago
1
Flask detectar variables en url
PCRE (PHP <7.3)
Esta expresión regular permite detectar las variables que están declaradas dentro de una url o route del framework Flask, con esto lo único que queda es armar un loop que recorra las coincidencias y que las remplace por los valores adecuados
Submitted by
Jerry Anselmi <https://github.com/ElMijo>
-
10 years ago
1
How to limit total number of characters of match
ECMAScript (JavaScript)
I need to match a pattern as follows with the added limitation that the match must be exactly 7 characters long: /^\d[a-zA-Z]\d$/ In words, this is a 7 character sequence of 6 digits and one alphabetic character in any order. How do I limit the overall length to 7 using regex? Thanks!
Submitted by
Andy S
-
10 years ago
0
(sub)domain match
PCRE (PHP <7.3)
1.Tree of subdivisions may have up to 127 levels. 2.Each label may contain up to 63 characters. 3.The full domain name may not exceed the length of 253 characters in its textual representation. rfc1035 rfc1123 rfc2181
Submitted by
Nick Chkhikvishvili
-
10 years ago
0
RegexMatchingAtLeast2SpecialCharacters
PCRE (PHP <7.3)
The special characters are ~!@#$%^&*()
Submitted by
anonymous
-
10 years ago
1
filter match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
-2
Test post by e-mail
PCRE (PHP <7.3)
Description here
Submitted by
Arief
-
10 years ago
1
transfer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Code Review
PCRE (PHP <7.3)
username
Submitted by
Devon Parsons
-
10 years ago
2
Array formatting (serialized)
PCRE (PHP <7.3)
Check for correctly formatted array of this type: array( array('name'=>'War and Peace', 'year'=>1865), array('name'=>'Different Seasons', 'year'=>1982), )
Submitted by
oneperfectsunrise
-
10 years ago
1
Array formating (serialized)
PCRE (PHP <7.3)
Check for correctly formatted array of this type: array('a', 'bb', 'ccccc',)
Submitted by
oneperfectsunrise
-
10 years ago
1
...
862
863
864
865
866
...
900
Community Library Entry
-1
Regular Expression
ECMAScript (JavaScript)
/
/
<img
style="
(
.
*
)
">
(
.
*
)
/
ig;
/
Open regex in editor
Description
style img
Submitted by
anonymous
-
11 years ago