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 2,120 community submitted regex patterns...
0
Date tests
Python
A collection of dates used for the Data Science with Python course
Submitted by
anonymous
-
6 years ago
0
date
Python
no description available
Submitted by
anonymous
-
6 years ago
0
method
Python
no description available
Submitted by
anonymous
-
6 years ago
0
jenkins plugin scan
Python
no description available
Submitted by
anonymous
-
6 years ago
0
test
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Taller 1 ID
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Strings
Python
no description available
Submitted by
anonymous
-
6 years ago
0
wstażka
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Lookbehind
Python
no description available
Submitted by
anonymous
-
6 years ago
0
capturing group (H1)
Python
no description available
Submitted by
anonymous
-
6 years ago
0
number
Python
no description available
Submitted by
anonymous
-
6 years ago
0
e-mail address
Python
no description available
Submitted by
anonymous
-
6 years ago
0
flag 'm'
Python
no description available
Submitted by
anonymous
-
6 years ago
0
flag 'm' inside
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Require Node.js regex
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Youtube Updated 2018 Python
Python
no description available
Submitted by
Denis Efremov <efremov.a.denis@gmail.com>
-
6 years ago
0
斗地主
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Match double quoted or single quoted multi line string in code.
Python
This will allow for valid string parsing via a regex in popular interpreted languages like Lua, Python and Ruby.
Submitted by
Siddharth Gupta
-
6 years ago
0
中国车牌
Python
no description available
Submitted by
anonymous
-
6 years ago
0
GS1Numeric Serialized GTIN with Lot and Expiry
Python
GS1Numeric Serialized GTIN with Lot and Expiry Will recognize and pull into groups the following: GTIN-14 Serial Number...
Submitted by
SerialLab, Corp
-
6 years ago
1
...
6
7
8
9
10
...
106
Community Library Entry
2
Regular Expression
.NET 7.0 (C#)
@"
^
(
(
\+
?
(
61
\W
?
4
)
)
|
(
04
)
)
\W
?
(
(
[
0
-
9
]
{2}
\W
[
0
-
9
]
{3}
\W
[
0
-
9
]
{3}
)
|
(
[
0
-
9
]
{8}
)
|
(
[
0
-
9
]
{4}
\W
[
0
-
9
]
{4}
)
|
(
[
0
-
9
]
{2}
\W
[
0
-
9
]
{6}
)
)
$
"
Open regex in editor
Description
validates against multiple common formats
Submitted by
anonymous
-
2 years ago