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 3,640 community submitted regex patterns...
0
VBA Create collection from list
ECMAScript (JavaScript)
Creates a variable of type Collection and adds listed items to it
Submitted by
anonymous
-
6 years ago
0
Rosti original
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Email Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
email
ECMAScript (JavaScript)
save at 2018.11.25
Submitted by
anonymous
-
6 years ago
0
Sprawdzanie kodów pod zamówienia 12 i 13 znaków
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
domain match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Idea: Substitute contents before match and after match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Find DevExpress Assembly References
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
BBCode tags strip
ECMAScript (JavaScript)
Removes BBCode tags with any characters provided after = (e.g. attributes). Omits unknown tags.
Submitted by
anonymous
-
6 years ago
0
phone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
身份证
ECMAScript (JavaScript)
^[1-9]\d{5}(18|19|20)\d{2}((0[1-9])|(1[0-2]))((0-2)|10|20|30|31)\d{3}[0-9Xx]$
Submitted by
anonymous
-
6 years ago
0
Extract milliseconds from output
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
中文字
ECMAScript (JavaScript)
只包含中文字,不包含标点符号
Submitted by
anonymous
-
6 years ago
0
中文字符
ECMAScript (JavaScript)
只包含中文字,包含标点符号
Submitted by
anonymous
-
6 years ago
0
Javascript - rgb / rgba
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
iso8601 duration
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
iso8601 duration
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
ISO Date Format
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
username rule follower
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Table Stage 1
Golang
no description available
Submitted by
anonymous
-
6 years ago
1
...
113
114
115
116
117
...
182
Community Library Entry
3
Regular Expression
Python
r"
(
0
?
[
1
-
9
]
|
1
[
0
-
2
]
)
\/
(?:
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
)
\/
(
1
|
2
)
[
0
-
9
]
{3}
\s
(
(
0
|
1
)
[
0
-
9
]
|
2
[
0
-
3
]
)
:
(
[
0
-
5
]
[
0
-
9
]
)
:
(
[
0
-
5
]
[
0
-
9
]
)
"
Open regex in editor
Description
1/Jul/2013 03:27:12
Submitted by
himel
-
11 years ago