yet obsolete (use EMail dedicated Attribute)

This commit is contained in:
Paul Schneider 2018-04-14 19:34:59 +02:00
commit 43cfc6595a

View file

@ -0,0 +1,8 @@
namespace Yavsc.Abstract
{
public class ConstantsFromAbstract
{
public const string EMailRegexp = @"^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$";
}
}