I am to write a regex for following requirements
- At least one character
- At least one digit
- Length must be of 8
- At least one special character(Can be any special character)
First three are easy but couldn't find a way to restrict for at least special character(any possible special char like ',":*^%>?
etc).