Regular expression alphanumerics with space

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 7:03 UTC
Read the original article Hit count: 167

Filed under:
|

I write regular expression for alphanumerics, but it is not taking space.
I want space (whitespace between characters).
I write like this:

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

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about regex