Dear Experts,
My company now apply new custom password policy depends on Regular Expression and DLL Files
DLL file isdone and I create a simple regular expression to test and it is working great.
kindly provide me with regular expression that meets these conditions:
1- the password should contain (at least) 2 Numbers & 2 letters of the English Alphabet, (the two letters are upper ,the two letters are lower case . or one upper and on lower) ,and in any position,
2- The length of the password is not limitied
3- password can be started with any characters and ending with any chracters .
to be more clear , these passwords are acceptable (P1%$0r , %asw03 , 4wael5 )
I appreciate your efforts
Best Regards,