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 12,140 community submitted regex patterns...
0
every section but the last, but at least all parcels
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Merchant Whitelist
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Merchant Whitelist
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Starts with and Ends with
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Validar hora
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
aaa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Phone Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Street Number Pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
languageCodes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
hawk literal and numeral
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
RA08T callback url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
complex password validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Successful WebUI Login
PCRE (PHP <7.3)
trying to cleanup
Submitted by
anonymous
-
4 years ago
0
Simple UK Post code
PCRE (PHP <7.3)
This is intended to be a relatively simple matching (anchored left and right) for a uk post code. Please use the unit tests to run the examples. The examples are from wikipedia, but I shall try and keep it up to date.
Submitted by
anonymous
-
4 years ago
0
Simple UK Post code
PCRE (PHP <7.3)
This is intended to be a relatively simple matching (anchored left and right) for a uk post code. Please use the unit tests to run the examples. The examples are from wikipedia, but I shall try and keep it up to date.
Submitted by
anonymous
-
4 years ago
0
PRGX Active Directory
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Fraction(with or without carry) and integer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
vscode-openscad | Grammar | Single Line Comment With Customizer
PCRE (PHP <7.3)
vscode-openscad Syntax: Single Line Comment With Customizer Regexp notebook for working with scad language grammar in vscode-openscad VS Code extension, includes regexp expression and tests. Scope Info: ...
Submitted by
disk0 (www.github.com/disco0)
-
4 years ago
0
Wiki Replacement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PRGX Active Directory
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
470
471
472
473
474
...
607
Community Library Entry
14
Regular Expression
Recommended
PCRE (PHP <7.3)
/
^
(
(?:
(
\d
{4}
-
\d
{2}
-
\d
{2}
)
T
(
\d
{2}
:
\d
{2}
:
\d
{2}
(?:
\.
\d
+
)?
)
)
(
Z
|
[
\+
-
]
\d
{2}
:
\d
{2}
)?
)
$
/
gm
Open regex in editor
Description
Validates a RFC3339 DateTime format. Does not validates the Data
Submitted by
anonymous
-
9 years ago