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 5,420 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Check if inserted at least 3 words
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-25 20:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
GQL Parser
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-26 21:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Suche nach mit mehreren Wörtern
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-27 12:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MathExpersion-PTA-Homework_11
ECMAScript (JavaScript)
校验数学表达式:主要功能如下: 连续的运算符,例如--5 运算符为正数时,其符号+必须省略,例如+2+4定义为非法,而负数时为合法,例如-2+4 前面补零 程序要能处理表达式中间出现的空格(输入表达式中存在空格为合法情况) (后面是运算符 + / * 没数字! )前面是运算符 + - * / 没数字!...
Submitted by
anonymous
-
3 years ago
2020-05-28 07:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
index_re
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 05:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
lineup.re
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 10:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
hours - 12 hours format
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 13:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
index_capital letter line up
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 14:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
cf categories find
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 15:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
US zip code
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 23:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Log error code
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-30 14:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
adding international code
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-30 14:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
3 voyels word
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-30 14:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
substitute python comment
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-30 14:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Detect queries and whitespace before each of them
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-30 16:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Detect queries and whitespace after each of them
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-30 16:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Airtel Unlimited Plan
Python
Airtel Unlimited Plan
Submitted by
starkm42
-
a year ago
2022-04-04 05:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
usa number
ECMAScript (JavaScript)
using this regular expression you can implement usa number validation.
Submitted by
ebuy
-
a year ago
2022-04-05 10:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Sign-In with Ethereum
ECMAScript (JavaScript)
This is the complete Sign-In with Ethereum RegExp implementation
Submitted by
anonymous
-
a year ago
2022-04-05 14:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extract id in filename psd from path ftp
ECMAScript (JavaScript)
extract id in filename psd from path ftp
Submitted by
loochanin
-
a year ago
2022-04-05 16:49
1
...
238
239
240
241
242
243
244
...
271
#define
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
(?P<WORD>
\w
+
)
|
(?P<ASSIGN>
:=
)
|
(?:
\s
+
)
"
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
7 years ago
2017-01-25 14:49