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 200 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SuperJS: variable initializement
Golang
Matches a variable with the following syntax; = example string foo = ...
Submitted by
Jordy van Domselaar <jordy.van.domselaar@outlook.com>
-
6 years ago
2017-11-12 18:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jvm core dump grab
Golang
no description available
Submitted by
anonymous
-
6 years ago
2017-09-05 15:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Angular commit
Golang
no description available
Submitted by
anonymous
-
6 years ago
2017-08-23 13:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
lightsail cli scp argument parsing
Golang
no description available
Submitted by
anonymous
-
6 years ago
2017-07-29 22:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
image cid
Golang
no description available
Submitted by
anonymous
-
6 years ago
2017-06-27 09:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Customer
Golang
no description available
Submitted by
anonymous
-
6 years ago
2017-06-26 18:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Sustitución de espacios en blanco al final y al principio de una cadena.
Golang
no description available
Submitted by
anonymous
-
7 years ago
2017-04-28 18:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match non self closing tags HTML/XML tags
Golang
no description available
Submitted by
Richard Peng
-
7 years ago
2017-02-20 18:50
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
Hostname validation
Golang
Validates subdomain, root domain, and wild card domains
Submitted by
AnonymousDapper
-
7 years ago
2017-01-29 01:16
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
domain for Google Data Studio (re2 dialect)
Golang
Matches subdomain, domain and top level in a field that contains a urls. https://www.whatever.you.want ---> whatever.you.want
Submitted by
anonymous
-
7 years ago
2016-12-12 04:12
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Siebel Id
Golang
no description available
Submitted by
anonymous
-
7 years ago
2016-11-03 10:39
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
get video id from youtube link
Golang
no description available
Submitted by
RyuaNerin
-
8 years ago
2016-01-23 20:19
(Last modified 5 months ago)
2023-07-24 18:14
1
...
7
8
9
10
8~20的数字+小写字母+大写字母+可选其他字符
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?=
.
*
?
[
A
-
Z
]
)
(?=
.
*
?
[
a
-
z
]
)
(?=
.
*
?
[
0
-
9
]
)
|
[^
\w\s
]
.
{8,20}
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
devwolf__copy-by_天涯孤雁
-
a year ago
2022-06-21 01:54