0
How to make passwordValidator function using regex Javascript?
*password length must 7 digits ( Password Has 1 symbol , 1 number and 5 UpperCase letter)
4 Respostas
+ 1
Did you try it yourself yet? If you try making the program, we can help you in a beneficial way. If you have no knowledge of regular expressions, check out this tutorial:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
+ 1
Thanks mate
0
I want more simple than below
https://code.sololearn.com/W2wYJYm5zVsJ/?ref=app
0
Here's my modified version:
https://code.sololearn.com/WSgkohD5bujn/?ref=app