Password Validator

Medium

📝 Description

Validate a password meets strength requirements

Input Format

A password string

Output Format

true/false

Constraints

At least: 8 chars, 1 uppercase, 1 lowercase, 1 digit, 1 special char

🔍 Sample Input

Passw0rd!
            

✅ Sample Output

true
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run