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,820 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex last variable
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-20 15:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Negative regexp
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-23 01:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ClearQuest Audit Regex
Python
File format for ClearQuest's Audit logs.
Submitted by
anonymous
-
3 years ago
2020-05-24 10:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Twitch Link Filter
Python
Filter unauthorized twitch channel links. Its possible to add more allowed channels: (?!minokawa95|minokawa96)
Submitted by
anonymous
-
3 years ago
2020-05-25 00:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Identify font-size: 14.5 px
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-25 17:39
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)
Cookie mask keywords
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-05-28 11:40
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
1
...
251
252
253
254
255
256
257
...
291
Extract time from text
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
\b
(
[
01
]
?
[
0
-
9
]
|
2
[
0
-
3
]
)
:
(
[
0
-
5
]
[
0
-
9
]
)
(?:
:
(
[
0
-
9
]
[
0
-
9
]
)
)?
\b
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
2 years ago
2022-02-03 10:52
(Last modified 2 years ago)
2022-02-03 11:27