当前位置:网站首页>JS regular case-
JS regular case-
2022-07-03 07:53:00 【Peter Sue】
1.JS Regular cases - Password authentication
Special characters :[email protected]#$%^&*
Conditions :8 And above Numbers + Case letters + Special characters
var reg = /^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[[email protected]#$%^&*]).{8,}$/;
边栏推荐
猜你喜欢
Redis batch startup and shutdown script
Project experience sharing: Based on mindspore, the acoustic model is realized by using dfcnn and CTC loss function
[MySQL 12] MySQL 8.0.18 reinitialization
What is a data type? What is the use of data types?
一个实习生的CnosDB之旅
Iterm2 setting
C language learning notes (mind map)
Go language foundation ----- 10 ----- string related operations (operation function, string conversion)
Go language foundation ------ 14 ------ gotest
[MySQL 11] how to solve the case sensitive problem of MySQL 8.0.18
随机推荐
Go language foundation ----- 07 ----- method
Go language foundation ----- 03 ----- process control, function, value transfer, reference transfer, defer function
Go language foundation ----- 16 ----- goroutine, GPM model
华为交换机:配置telnet和ssh、web访问
项目经验分享:基于昇思MindSpore实现手写汉字识别
Go language foundation ----- 06 ----- anonymous fields, fields with the same name
Go language foundation ----- 19 ----- context usage principle, interface, derived context (the multiplexing of select can be better understood here)
Technology dry goods | Roberta of the migration of mindspore NLP model - emotion analysis task
Quelle est la définition? Qu'est - ce qu'une déclaration? Quelle est la différence?
Pat grade a 1027 colors in Mars
What to do after the browser enters the URL
Pat class a 1032 sharing
Technical dry goods | thinking about the unification of dynamic and static diagrams of AI framework
Oracle queries grouped by time
【LeetCode】4. Best time to buy and sell stock
Harmonyos third training notes
haproxy+keepalived集群搭建02
Technical dry goods | Bert model for the migration of mindspore NLP model - text matching task (2): training and evaluation
Redis batch startup and shutdown script
【踩坑系列】mysql 修改root密码失败