hard
Generate a Regular Expression
Create a regex pattern for a specific string validation requirement.
📝 Contenu du Prompt
Write a regular expression to validate a password that must meet the following criteria: at least 8 characters long, contain at least one uppercase letter, one lowercase letter, one digit, and one special character from the set @#$%. Provide the regex and a breakdown of what each part does.