Regular expression in asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I need a expression which does not contains the following characters \ / : * ? " < > |
Pankaj
-
Hi I need a expression which does not contains the following characters \ / : * ? " < > |
Pankaj
Did you try to Google or search in CodeProject with the subject 'Regular expression in asp.net'? Microsoft itself provides good articcles which I got in the first search result in Google with your subject - 1. Regular Expressions in ASP.NET[^] 2. How To: Use Regular Expressions to Constrain Input in ASP.NET[^] There is another good article in CodeProject itself - The 30 Minute Regex Tutorial[^] Instead of asking somebody spare at least 30 mins.
Regards, Arindam Sinha MyBlog - http://arindamsinha.wordpress.com/ Please give your feedback on this answer.