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 3,380 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
-
4 years ago
2020-05-25 20:37
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
-
4 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
-
4 years ago
2020-05-28 07:02
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
-
4 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
-
4 years ago
2020-05-30 16:39
1
...
166
167
168
169
streets with one or more names with unicode characters in python
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
^
(
[
a
-
zA
-
Z
\u00C0-\u017E
]
+
(?:
\.
|
-
|
)
)*
[
a
-
zA
-
Z
\u00C0-\u017E
]
*
$
"
gmu
Open regex in editor
Description
Loading markdown...
Submitted by
Stanicio
-
2 years ago
2022-02-13 02:14