looking to validate a password, currently i have
var myRegularExpression = /(?=.*?[#?!@$%^&*-]).{8,}/ ;
am i missing something? it can contain anything but the only requirements it must have are at least 1 special character and be greater than 8 characters