المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Regular Expression



C# Programming
11-05-2009, 06:42 AM
Hi

I want to write a regular expression to validate my experience field. This field excepts numeric(year) value and decimal(month) value.

For Ex: 4.3(4 yrs and 3 mnths)

I want to validate my texbox value using regual expression so that year is not more than 12 and month is not more tha 11. I need help as early as possible.

Thanks in advance
Nikks

Inderjeet Kaur
Sr. Software Engg