I am working on a requirement wherein I have to create a strong password. The following condition has to be met:
-> It should be a combination of Cap Letter, Small Letter, Number and Special character
Can I write a regex expression for this? If yes how ?
For example, to validate a password of at least 8 characters: