Click here to Skip to main content
15,894,540 members

Comments by Sourabh Jambale (Top 23 by date)

Sourabh Jambale 15-Apr-22 1:19am View    
Sorry, but still it doesn't return invalid password, only throws the error....
Sourabh Jambale 13-Apr-22 12:25pm View    
I tried, but it still doesn't return "invalid Password"....
Sourabh Jambale 13-Apr-22 12:11pm View    
No, I mean in the first 'if' we're checking whether it satisfies both the cases combined and in the other 'else if' we're checking if it satisfies both the cases separately. So for that purpose, we would need to split the regex?
Sourabh Jambale 13-Apr-22 12:03pm View    
But we would need to split it because we want to check the 2 cases separately, correct?
Sourabh Jambale 13-Apr-22 4:50am View    
But the requirement is to check if the password contains atleast one digit and one alphabet and that the password length should be between 8 and 40...