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,560 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
密码强度校验,最少6位,包括至少1个大写字母,1个小写字母,1个数字,1个特殊字符
ECMAScript (JavaScript)
密码强度校验,最少6位,包括至少1个大写字母,1个小写字母,1个数字,1个特殊字符
Submitted by
anonymous
-
4 years ago
2020-03-22 06:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
用户名校验,4到16位(字母,数字,下划线,减号)
ECMAScript (JavaScript)
用户名校验,4到16位(字母,数字,下划线,减号)
Submitted by
anonymous
-
4 years ago
2020-03-22 06:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ip-v4
ECMAScript (JavaScript)
ip-v4
Submitted by
anonymous
-
4 years ago
2020-03-22 06:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ip-v6
ECMAScript (JavaScript)
ip-v6
Submitted by
anonymous
-
4 years ago
2020-03-22 06:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
16进制颜色
ECMAScript (JavaScript)
16进制颜色
Submitted by
anonymous
-
4 years ago
2020-03-22 06:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
微信号,6至20位,以字母开头,字母,数字,减号,下划线
ECMAScript (JavaScript)
微信号,6至20位,以字母开头,字母,数字,减号,下划线
Submitted by
anonymous
-
4 years ago
2020-03-22 06:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
邮政编码(中国)
ECMAScript (JavaScript)
邮政编码(中国)
Submitted by
anonymous
-
4 years ago
2020-03-22 06:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
中文和数字
ECMAScript (JavaScript)
中文和数字
Submitted by
anonymous
-
4 years ago
2020-03-22 06:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
不能包含字母
ECMAScript (JavaScript)
不能包含字母
Submitted by
anonymous
-
4 years ago
2020-03-22 06:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Domain validation regex suitable for user input
Golang
This regexp can be used to validate domain names in Golang. While it cannot enforce the 253 character limit (with optional trailing period not included) that can be easily done with a len(domain) <= 253 check. This can be used as-is in other languages, even with RE2 regex engine. Non-capturing grou...
Submitted by
anonymous
-
4 years ago
2020-03-23 01:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL
ECMAScript (JavaScript)
https://regex101.com/r/VC5MsA/4
Submitted by
anonymous
-
4 years ago
2020-03-24 07:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-26 10:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
right string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-26 13:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-04-01 16:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
시욱이 - IMG 숫자 . webp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-03 03:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
修复URL尾斜杠
ECMAScript (JavaScript)
兼容ios
Submitted by
anonymous
-
4 years ago
2020-04-09 08:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
emojis
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-04-17 14:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RFC 5322
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-09 14:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
more characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-12 18:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Golang fmt verbs
Golang
Can be used to find all of the verbs in a golang format string. It will correctly extract verbs that would otherwise be specified by fmt.Sprintf, including their flags, width and precision. You can test it out on the fmt documentation, here: https://golang.org/pkg/fmt/
Submitted by
anonymous
-
4 years ago
2020-04-13 16:41
1
...
173
174
175
176
177
178
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