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
regex expression to DateTime checking in YYYY-MM-DDTHH:MM:SS[+/-]HH:SS
Python
/(^((\d{4}-(((0[13578]|1)-(0[1-9]|[1-2]\d|3[01]))))|((\d{4}-(((0[469]|1)-(0[1-9]|[1-2]\d|3)))))|((\d{4}-(0[2]-(0[1-9]|[1-2]\d)))))T(([01]\d|2[0-3]):([0-5]\d):([0-5]\d))?(+-\d:[0-5]\d)$)/gm
Submitted by
anonymous
-
2 years ago
(Last modified a year ago)
0
Extract VK.com community ID
Python
Extract the numerical ID of a VK Commmunity fromit's wall url.
Submitted by
anonymous
-
2 years ago
0
Postcode (UK)
Python
Detects UK postcodes (minimal edge cases)
Submitted by
anonymous
-
2 years ago
0
PO Number
Python
Detects specific prefixes followed by number series
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Credit Note
Python
Detects specific word in a sentence
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
dice thing
Python
Stuff for a dnd thing
Submitted by
Cata
-
2 years ago
0
完形填空
Python
完形填空
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
恩更
Python
非法发
Submitted by
anonymous
-
2 years ago
0
CPF|CNPJ
Python
Match Brazilian documents
Submitted by
Bacco
-
2 years ago
0
SUBTOTAL
Python
SUBTOTAL 15.88
Submitted by
KRISHNA
-
2 years ago
0
DEPIT INFO
Python
K
Submitted by
K
-
2 years ago
0
Regex
Python
wifiwnsml
Submitted by
krishabj
-
2 years ago
0
匹配 gcc warning 的正则
Python
匹配 gcc warning 的正则 来源:https://github.com/jenkinsci/analysis-model/blob/90c48163a3bf7aef4ebee357dfd1a443e3387bbe/src/main/java/edu/hm/hafner/analysis/parser/GccParser.java#L25
Submitted by
anonymous
-
2 years ago
0
Log Analysis Google
Python
final project
Submitted by
anonymous
-
2 years ago
0
The list of Android permissions with their severity
Python
Find all Android permissions with their severity in HTML source code of google documentation.
Submitted by
Alticore (Antoine ADAM: https://github.com/Antoine-ADAM)
-
2 years ago
0
find const string in code for xml/java
Python
.
Submitted by
anonymous
-
2 years ago
0
MyRegex
Python
"(\d+年\d+月\d+日).新增本土.确诊病例(\d+)例.无症状感染者(\d+)例.其中(\d+)例确诊病例为此前无症状.,(\d+)例确诊病例和(\d+)例无症状感染者.相关风险人群排查中发现"
Submitted by
Mark
-
2 years ago
0
matlab代码
Python
matlab代码
Submitted by
java
-
2 years ago
0
LinkTree
Python
just to find linktree links in poirot
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
CVE-2021-31805 (s2-062)
Python
\%[\s|\\r|\\n]\{[\s|\\r|\\n](?:[\s|\\r|\\n]*\(\#+\=+\)\.)
Submitted by
anonymous
-
2 years ago
1
...
14
15
16
17
18
...
106
Community Library Entry
1
Regular Expression
Golang
`
^
[
A
-
Za
-
z0
-
9
\-
]
{5,30}
$
`
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago