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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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,320 community submitted regex patterns...
0
find const string in code for xml/java
Python
.
Submitted by
anonymous
-
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
0
Log Analysis Google
Python
final project
Submitted by
anonymous
-
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
Username Middle name Surname regex matcher
Java 8
Username Middle name Surname regex matcher
Submitted by
Nikola
-
2 years ago
0
Regex
Python
wifiwnsml
Submitted by
krishabj
-
2 years ago
0
DEPIT INFO
Python
K
Submitted by
K
-
2 years ago
0
SUBTOTAL
Python
SUBTOTAL 15.88
Submitted by
KRISHNA
-
2 years ago
0
Something...
Java 8
Look for all entries of a country on a list that can have repeated values
Submitted by
anonymous
-
2 years ago
0
CPF|CNPJ
Python
Match Brazilian documents
Submitted by
Bacco
-
2 years ago
0
恩更
Python
非法发
Submitted by
anonymous
-
2 years ago
0
完形填空
Python
完形填空
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
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
Postcode (UK)
Python
Detects UK postcodes (minimal edge cases)
Submitted by
anonymous
-
2 years ago
1
...
97
98
99
100
101
...
116
匹配#结尾的电话号码和手机
0
Regular Expression
Java 8
"
(
\d
*
#
\D
)
|
(
\d
*
#
^
)
"
mg
Open regex in editor
Description
匹配#结尾的电话号码和手机
Submitted by
Leo
-
2 years ago