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
Prime times a letter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
larcass
PCRE (PHP <7.3)
Hyperlink
Submitted by
anonymous
-
9 years ago
1
Remove console.log() from javascript
Python
no description available
Submitted by
xXDGFXx
-
9 years ago
1
ol fix1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Invoice Number (District and Members reserve)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Invoice Number
ECMAScript (JavaScript)
no description available
Submitted by
Sebastian Proske
-
9 years ago
2
file extension validation
ECMAScript (JavaScript)
no description available
Submitted by
Lisa
-
9 years ago
0
subdomain rewrite
ECMAScript (JavaScript)
no description available
Submitted by
mackenzie starr
-
9 years ago
0
Yealink XML Phone book entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
prova1
PCRE (PHP <7.3)
.((black\-?friday\.ga)|(alibestsale\.com)|(build\-?a\-?better\-?business\.2your\.site)|(callmebold\.com)|(centurylink\.net)|(cyber\-?monday\.ga)|(digg\.com)|(euro\.typepad\.jp)|(exmail\.qq\.com)).
Submitted by
anonymous
-
9 years ago
0
Yealink XML Phonebook entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Finale regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
evething captured
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
-1
XML matching nodes
PCRE (PHP <7.3)
This regex matches opening and closing tags in XML (including attributes) and is used to "hide" the value of the node.
Submitted by
Marc Fellman
-
9 years ago
1
Vehicle Identification Number
ECMAScript (JavaScript)
In Vehicle Identification Number used by motor vehicle manufacturers, the letters I, O and Q are omitted for their similarity to 1 or 0.
Submitted by
nguyenlamzx@outlook.com
-
9 years ago
0
Minify css selectors
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
def to macro
PCRE (PHP <7.3)
python def to assembly macro
Submitted by
anonymous
-
9 years ago
1
python def to macro def
PCRE (PHP <7.3)
no description available
Submitted by
David Young
-
9 years ago
1
screen name twitter
PCRE (PHP <7.3)
Verifica si es un nombre de twitter valido. Para diversos casos de uso, eliminar o dejar la arroba.
Submitted by
Francisco Guevara
-
9 years ago
1
php $_REQUEST, $_POST, $_GET
PCRE (PHP <7.3)
all instances of $_REQUEST, $_POST and $_GET. globally, case-insensitive
Submitted by
localhost8080
-
9 years ago
1
...
752
753
754
755
756
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
[
A
-
Z
]
{4}
[
0
-
9
]
{6}
[
A
-
Z0
-
9
]
{3}
/
Open regex in editor
Description
no description available
Submitted by
Carlos Zaragoza
-
9 years ago