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

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



C# Programming
12-11-2009, 12:10 PM
I want to validate a string containing the first name of a person.

The regegular expression should return a match if the first letter of the name is capitilized and
the rest are lowercase. The first name could also be multiple name.

sample:
John
John Raymond
Gary John Smith

Thanks a lot.