medium
Secure Password Validation
Create a regular expression to validate a password string based on standard security requirements.
📝 提示内容
Construct a regular expression that validates a password string ensuring it is at least 8 characters long, contains at least one uppercase letter, one lowercase letter, one digit, and one special character from the set [!@#$%^&*].