I'm doesn't know much about regex soo I just find some and try to use it.
Why I have this error for this regex:
warning: character class has '-' without escape: /[a-zA-Z0-9-._ ]/
What is wrong here?
validations shoud have only letters, numbers and "-" , "." , "_", " " (blank space)