Can any body tell me how to check the Emppty string using Regularexpression
[RegularExpression(@"\b(0?[0-9][0-9][0-9])\b", ErrorMessage = "BEI Code should be Only three Chracter Length!")]
I need to look for Empty string also in this validation
thanks