yet obsolete (use EMail dedicated Attribute)
This commit is contained in:
parent
1482710df2
commit
43cfc6595a
1 changed files with 8 additions and 0 deletions
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+)*$";
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue