Question
LTIMindtree
IN
Last activity: 2 Dec 2021 4:57 EST
Password Pattern Validation
I have created a property called Password and I need to check the pattern of the password by using the edit validate rule in which I need to provide java source code
Does anyone know how to write this code to validate the password pattern?
Password Pattern :
first letter should be capital letter
length should exceed 8 characters
Should contain atleast one symbol and two numbers.