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
Most upvotes
Most downvotes
Highest Score
Lowest Score
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 5,520 community submitted regex patterns...
0
NUTS Expression 2
Python
NUTS Expression: split the args
Submitted by
anonymous
-
4 years ago
0
NUTS Expression 3
Python
NUTS Expression: detect kwarg
Submitted by
anonymous
-
4 years ago
0
VAT label
Python
no description available
Submitted by
anonymous
-
4 years ago
0
General
ECMAScript (JavaScript)
no description available
Submitted by
juan
-
4 years ago
0
regex last variable
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Negative regexp
Python
no description available
Submitted by
anonymous
-
4 years ago
0
ClearQuest Audit Regex
Python
File format for ClearQuest's Audit logs.
Submitted by
anonymous
-
4 years ago
0
Twitch Link Filter
Python
Filter unauthorized twitch channel links. Its possible to add more allowed channels: (?!minokawa95|minokawa96)
Submitted by
anonymous
-
4 years ago
0
Identify font-size: 14.5 px
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Check if inserted at least 3 words
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
GQL Parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Suche nach mit mehreren Wörtern
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
MathExpersion-PTA-Homework_11
ECMAScript (JavaScript)
校验数学表达式:主要功能如下: 连续的运算符,例如--5 运算符为正数时,其符号+必须省略,例如+2+4定义为非法,而负数时为合法,例如-2+4 前面补零 程序要能处理表达式中间出现的空格(输入表达式中存在空格为合法情况) (后面是运算符 + / * 没数字! )前面是运算符 + - * / 没数字!...
Submitted by
anonymous
-
4 years ago
0
index_re
Python
no description available
Submitted by
anonymous
-
4 years ago
0
lineup.re
Python
no description available
Submitted by
anonymous
-
4 years ago
0
hours - 12 hours format
Python
no description available
Submitted by
anonymous
-
4 years ago
0
index_capital letter line up
Python
no description available
Submitted by
anonymous
-
4 years ago
0
cf categories find
Python
no description available
Submitted by
anonymous
-
4 years ago
0
US zip code
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Log error code
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
104
105
106
107
108
...
276
Community Library Entry
8
Regular Expression
Python
r"
^
(
http
[
s
]
?
:
)+
\/\/
(
[^
:
\/
\s
]
+
)
(
[^
#?
\s
]
+
)
\?
(
[^
#
]
*
)?
(
#
.
*
)?
$
"
i
Open regex in editor
Description
This is simplified from my last submission.
Submitted by
Dale O'Brien
-
10 years ago