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