yavsc/Yavsc.Abstract/Constants.cs

8 lines
173 B
C#
Raw Normal View History

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