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 11,520 community submitted regex patterns...
0
pens
Python
testing
Submitted by
anonymous
-
3 years ago
0
71871164
Python
Stack overflow example
Submitted by
anonymous
-
3 years ago
0
password strong
PCRE (PHP <7.3)
password 8-16 with A-Z a-z 0-9 and !@#$ without %
Submitted by
alfxjx
-
3 years ago
0
原神圣遗物OCR副属性(中文简体)
Python
用于游戏“原神”的圣遗物OCR结果中的副属性识别
Submitted by
Wansn
-
2 years ago
0
Phone number regex
Python
REGEX to test various phone numbers
Submitted by
Drew Recker
-
2 years ago
0
#value # value
Python
account for comments
Submitted by
anonymous
-
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
0
LinkTree
Python
just to find linktree links in poirot
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
OS正则表达式
Java 8
zzx
Submitted by
zzx
-
2 years ago
0
DB
Java 8
DB
Submitted by
DB
-
2 years ago
0
matlab代码
Python
matlab代码
Submitted by
java
-
2 years ago
0
括号匹配
Java 8
(\[]\])|(【】)|(())|(\(\))
Submitted by
nasion
-
2 years ago
0
MyRegex
Python
"(\d+年\d+月\d+日).新增本土.确诊病例(\d+)例.无症状感染者(\d+)例.其中(\d+)例确诊病例为此前无症状.,(\d+)例确诊病例和(\d+)例无症状感染者.相关风险人群排查中发现"
Submitted by
Mark
-
2 years ago
0
find const string in code for xml/java
Python
.
Submitted by
anonymous
-
2 years ago
0
Find next valid markup element of XML content
PCRE (PHP <7.3)
I created the regexp using the XML-specificaton (https://www.w3.org/TR/xml), but in a simplified format (for example allowing only a narrowed set of tag-name characters). The regular expression is a recursive regexp with backreference. I do not tested extensively the regex with a regex-directed engi...
Submitted by
GyRos
-
2 years ago
0
IP Address
Java 8
IP Address RegEx
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
匹配#结尾的电话号码和手机
Java 8
匹配#结尾的电话号码和手机
Submitted by
Leo
-
2 years ago
0
#结尾的电话匹配
Java 8
#结尾的电话匹配
Submitted by
anonymous
-
2 years ago
0
判断是否有非法字符(合法字符为数字+-# 以及{"0":0, "1":1}所包含的符号)
Java 8
判断是否有非法字符(合法字符为数字+-# |以及{"0":0, "1":1}所包含的符号) 能捕获的:包含汉字、英文字符、部分分割符(;、/)、各种括号的电话
Submitted by
Jiajian Ye
-
2 years ago
1
...
552
553
554
555
556
...
576
Community Library Entry
0
Regular Expression
Python
r"
\A\d
?
[
a
-
zA
-
Z
]
{1,2}
\d
{1,4}
[
a
-
zA
-
Z
]
{1,3}
\Z
"
Open regex in editor
Description
no description available
Submitted by
Neil Johnson
-
9 years ago