S
shapper
Hello,
I need to allow only characters, numbers, the dot and the
underscore ... and no spaces.
I have a regex but it is not matching a string that it should match:
@"^[a-zA-Z0-9\._]$"
What am I doing wrong?
Thanks,
Miguel
I need to allow only characters, numbers, the dot and the
underscore ... and no spaces.
I have a regex but it is not matching a string that it should match:
@"^[a-zA-Z0-9\._]$"
What am I doing wrong?
Thanks,
Miguel