Expert
Regular Expression Builder
Create a regex pattern to match a specific text format.
📝 프롬프트 내용
I need a regular expression to validate a password string. The password must contain at least 8 characters, include at least one uppercase letter, one lowercase letter, one digit, and one special character from the set !@#$%^&*. Provide the regex and a brief explanation of how it works.