regular expression alphanumarics with sapce

Posted by Surya sasidhar on Stack Overflow See other posts from Stack Overflow or by Surya sasidhar
Published on 2010-04-24T06:25:47Z Indexed on 2010/04/24 6:33 UTC
Read the original article Hit count: 189

Filed under:

hi, i write regular expression for alphanumarics but it is not taking space i want space (white space between characters) i write like this

^[a-zA-Z0-9_]*$

© Stack Overflow or respective owner

Related posts about ASP.NET