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 4,960 community submitted regex patterns...
0
ClearQuest Audit Regex
Python
File format for ClearQuest's Audit logs.
Submitted by
anonymous
-
5 years ago
0
Twitch Link Filter
Python
Filter unauthorized twitch channel links. Its possible to add more allowed channels: (?!minokawa95|minokawa96)
Submitted by
anonymous
-
5 years ago
0
GQL Parser
Python
no description available
Submitted by
anonymous
-
5 years ago
0
index_re
Python
no description available
Submitted by
anonymous
-
5 years ago
0
lineup.re
Python
no description available
Submitted by
anonymous
-
5 years ago
0
hours - 12 hours format
Python
no description available
Submitted by
anonymous
-
5 years ago
0
index_capital letter line up
Python
no description available
Submitted by
anonymous
-
5 years ago
0
cf categories find
Python
no description available
Submitted by
anonymous
-
5 years ago
0
US zip code
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Log error code
Python
no description available
Submitted by
anonymous
-
5 years ago
0
adding international code
Python
no description available
Submitted by
anonymous
-
5 years ago
0
3 voyels word
Python
no description available
Submitted by
anonymous
-
5 years ago
0
substitute python comment
Python
no description available
Submitted by
anonymous
-
5 years ago
0
GQL statement capturer
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Detecting Typical Australian Address (Street only)
Python
no description available
Submitted by
anonymous
-
5 years ago
0
index line up 20200603
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Add quotes around unquoted dates
Python
Used this for a lab in my R class. We copied and pasted WHAS 500 data. The the data values in the raw data do not have quotes around them.
Submitted by
anonymous
-
5 years ago
0
Add comma to the end of a data line
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AG Network: Add new contact
Python
no description available
Submitted by
anonymous
-
5 years ago
0
分组替换
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
123
124
125
126
127
...
248
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