need regular expression for alphanumeric string having space
ASP.NET
4
Posts
3
Posters
1
Views
1
Watching
-
need regular expression for alphanumeric string having space, if any one can help
-
need regular expression for alphanumeric string having space, if any one can help
-
Why the apostrophes? An alphanumeric string should not contains apostrophes, should it?
[\da-zA-Z ]
Despite everything, the person most likely to be fooling you next is yourself.