yet obsolete (use EMail dedicated Attribute)
This commit is contained in:
8
Yavsc.Abstract/Constants.cs
Normal file
8
Yavsc.Abstract/Constants.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Yavsc.Abstract
|
||||
{
|
||||
public class ConstantsFromAbstract
|
||||
{
|
||||
public const string EMailRegexp = @"^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$";
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user