0
Hi Gomathi,
I am using below expression. But i am getting this error -->Unrecognized escape error at '\s'
Regex objAlphaPattern = new Regex("[a-zA-Z][a-zA-Z\s]+");
return (!objAlphaPattern.IsMatch(strVal));
Regards,
Jeevan.
0
Hi friend,
try this expression
[a-zA-Z][a-zA-Z\s]+