Validate strings with Regx in C#

Aug 27 2009 2:01 AM

I am using C# windows application of 2.0 .net Frame work. How to validate the string formats like  project#, 1.project or 2.project, project:, project#1:, project#2:, project# 2 etc using regular expressions.

Answers (1)