Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 2,280 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
#结尾的电话匹配
Java 8
#结尾的电话匹配
Submitted by
anonymous
-
2 years ago
2022-04-26 14:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
判断是否有非法字符(合法字符为数字+-# 以及{"0":0, "1":1}所包含的符号)
Java 8
判断是否有非法字符(合法字符为数字+-# |以及{"0":0, "1":1}所包含的符号) 能捕获的:包含汉字、英文字符、部分分割符(;、/)、各种括号的电话
Submitted by
Jiajian Ye
-
2 years ago
2022-04-26 14:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Log Analysis Google
Python
final project
Submitted by
anonymous
-
2 years ago
2022-04-27 10:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配 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
2022-04-28 02:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Username Middle name Surname regex matcher
Java 8
Username Middle name Surname regex matcher
Submitted by
Nikola
-
2 years ago
2022-05-03 16:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex
Python
wifiwnsml
Submitted by
krishabj
-
2 years ago
2022-05-05 09:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DEPIT INFO
Python
K
Submitted by
K
-
2 years ago
2022-05-05 10:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SUBTOTAL
Python
SUBTOTAL 15.88
Submitted by
KRISHNA
-
2 years ago
2022-05-05 10:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Something...
Java 8
Look for all entries of a country on a list that can have repeated values
Submitted by
anonymous
-
2 years ago
2022-05-06 10:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CPF|CNPJ
Python
Match Brazilian documents
Submitted by
Bacco
-
2 years ago
2022-05-06 21:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
恩更
Python
非法发
Submitted by
anonymous
-
2 years ago
2022-05-07 02:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
完形填空
Python
完形填空
Submitted by
anonymous
-
2 years ago
2022-05-07 13:21
(Last modified 2 years ago)
2022-05-09 12:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
dice thing
Python
Stuff for a dnd thing
Submitted by
Cata
-
2 years ago
2022-05-09 00:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PO Number
Python
Detects specific prefixes followed by number series
Submitted by
anonymous
-
2 years ago
2022-05-09 09:35
(Last modified 2 years ago)
2022-05-09 09:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Credit Note
Python
Detects specific word in a sentence
Submitted by
anonymous
-
2 years ago
2022-05-09 09:31
(Last modified 2 years ago)
2022-05-09 09:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Postcode (UK)
Python
Detects UK postcodes (minimal edge cases)
Submitted by
anonymous
-
2 years ago
2022-05-09 09:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract VK.com community ID
Python
Extract the numerical ID of a VK Commmunity fromit's wall url.
Submitted by
anonymous
-
2 years ago
2022-05-11 12:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CDATA Matcher
Java 8
Matches CDATA sections while disallowing nesting
Submitted by
anonymous
-
2 years ago
2022-05-16 16:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
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
2022-05-17 04:45
(Last modified 4 months ago)
2023-07-19 13:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Url handling
Python
Simple regex to split url
Submitted by
Hangfish
-
2 years ago
2022-05-20 14:25
1
...
95
96
97
98
99
100
101
...
114
lua_pattern
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
[^
\/
]
*
\.
lua
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
a year ago
2022-06-01 11:59