S
shapper
Hello,
I have the following:
^([a-zA-Z0-9]{8,24})$
It accepts only letters and numbers as expected. But it also accepts
spaces. I don't want that.
What am I doing wrong?
Thanks,
Miguel
I have the following:
^([a-zA-Z0-9]{8,24})$
It accepts only letters and numbers as expected. But it also accepts
spaces. I don't want that.
What am I doing wrong?
Thanks,
Miguel