Regular expression to exclude special characters

  • Thread starter Thread starter RJN
  • Start date Start date
R

RJN

Hi

I want to use regularexpression validator for a text box . I want the
entered value to have only alphanumeric , space, underscrore and -

In VB I used something like this. [^\sa-zA-Z0-9_-].
Same doesn't seem to work in ASP.Net

Any help please?

Thanks

Rjn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top