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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 5,740 community submitted regex patterns...
1
IP4 Address Checker
Python
Allows exaclty 4 groups of digits in the range 0..255 seperated by . characters
Submitted by
Steve (Gadget) Barnes
-
8 years ago
0
Regex Fecha yyyy-MM-dd
ECMAScript (JavaScript)
valida fechas de 19## a 20##, en formato yyyy-MM-dd
Submitted by
http://www.regular-expressions.info/dates.html
-
8 years ago
0
ContentPlace Xml Tag
ECMAScript (JavaScript)
ContentPlace Xml Tag
Submitted by
Saeed Tabrizi
-
8 years ago
0
int or Float 3 decimal values
ECMAScript (JavaScript)
Accepts only integer or Flating values upto 3 decimals. To accept n decimals change (1,n)
Submitted by
Shanky
-
8 years ago
0
Validates Against YYYY
ECMAScript (JavaScript)
This regex checks if a user has input 4 digit year integer.
Submitted by
@izotope115
-
8 years ago
0
Check That User Has Input Valid YYYY
ECMAScript (JavaScript)
This simple regex checks if a user has input correct YYYY format.
Submitted by
@izotope115
-
8 years ago
1
yFrame Origin Filter
ECMAScript (JavaScript)
Pattern used to filter URL origin (protocol:host) for yFrame.
Submitted by
grese
-
8 years ago
1
ISO, UK/US and international numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Sunless Sea Game Note
Python
no description available
Submitted by
MestreLion
-
8 years ago
1
github user/repo regex
Python
parses user/repo
Submitted by
luckydonald
-
8 years ago
1
Repeating numbers
ECMAScript (JavaScript)
Repeating numbers (11111,22222,333333)
Submitted by
Selva
-
8 years ago
2
Title Casing
ECMAScript (JavaScript)
for use in function to title case a string; function cap(str) { return str.replace(/\w\S*/g, function(txt) { return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase(); }); }
Submitted by
Tamara F
-
8 years ago
1
simple symbols
ECMAScript (JavaScript)
+a+====+b+
Submitted by
Tamara F
-
8 years ago
4
Function Declaration / Expression
ECMAScript (JavaScript)
matches both function declarations and expressions in javascript. ex. function name () {...} || function () {}
Submitted by
Ja Superior
-
8 years ago
1
c++
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
At least 8 chars, at least a Mayus or special char & at least a number
ECMAScript (JavaScript)
no description available
Submitted by
Luis Arias :D
-
8 years ago
1
\**
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
kalem pattern 2
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Property control Number PCN
ECMAScript (JavaScript)
is just the format for the property control number on the Palm Beach County Florida
Submitted by
Jose Manuel Borroto
-
9 years ago
1
Find label
Python
Find label in MIPS assembly
Submitted by
Dlavoieb
-
9 years ago
1
...
226
227
228
229
230
...
287
Australian local and international mobile validation
-1
Regular Expression
ECMAScript (JavaScript)
/
^
(
(
\+
61
[
-.
\s
]
?
4
)
|
04
)?
[
-.
\s
]
?
\(
?
\d
{1,3}
?
\)
?
[
-.
\s
]
?
\d
{1,4}
[
-.
\s
]
?
\d
{1,4}
[
-.
\s
]
?
\d
{1,9}
$
/
Open regex in editor
Description
no description available
Submitted by
Damien Capocchi
-
9 years ago