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 7,560 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Crontabber
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-19 21:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Emojicleaner
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-19 19:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Sections
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-19 13:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Minecraft_to_Discord_formatting
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-18 21:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bazel workspace parser
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-18 21:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MineDisc
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-18 20:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
反向引用
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-18 09:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
phone number validator
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-17 23:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find a number between two strings.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-17 22:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Numbered Paragraphs
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-17 07:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Numbered Lists
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-17 07:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
stop
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-16 01:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
num1000
ECMAScript (JavaScript)
1-1000的整数
Submitted by
anonymous
-
4 years ago
2020-03-15 09:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
num50
ECMAScript (JavaScript)
1-50的整数
Submitted by
anonymous
-
4 years ago
2020-03-15 08:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
percent2
ECMAScript (JavaScript)
1-100的整数
Submitted by
anonymous
-
4 years ago
2020-03-15 08:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
percent1
ECMAScript (JavaScript)
0~100的整数
Submitted by
anonymous
-
4 years ago
2020-03-15 08:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
integer
ECMAScript (JavaScript)
只能输入大于0的整数
Submitted by
anonymous
-
4 years ago
2020-03-15 08:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
discount
ECMAScript (JavaScript)
test 折扣只能输入0.1-10的最多包含一位小数的数字
Submitted by
anonymous
-
4 years ago
2020-03-15 08:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
password
ECMAScript (JavaScript)
test 以字母开头,6-12位之间的字符、数字和下划线
Submitted by
anonymous
-
4 years ago
2020-03-15 07:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
验证固定电话的
ECMAScript (JavaScript)
现在的固定电话格式应该也变了吧,应该也换成宽松的,下次用到的时候再改吧
Submitted by
anonymous
-
4 years ago
2020-03-15 07:44
1
...
204
205
206
207
208
209
210
...
378
fastHistory - REGEXP_INSERT_CMD
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(
(?:
#
[
\w\d
\-\_\
\t
]
*
)+
)
(
@
[
\w\d
\-\_\.\,\!\?\
\t
\:\;\%\+\(\)\\\/\'\"\`\%\$
]
*
)?
$
"
gmu
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2019-10-29 07:49