From 598ca12ea100f5d9e2d3e005c7470760fa9e7b7d Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 14 Apr 2018 19:34:59 +0200 Subject: [PATCH] yet obsolete (use EMail dedicated Attribute) --- Yavsc.Abstract/Constants.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Yavsc.Abstract/Constants.cs diff --git a/Yavsc.Abstract/Constants.cs b/Yavsc.Abstract/Constants.cs new file mode 100644 index 00000000..bc3f90ff --- /dev/null +++ b/Yavsc.Abstract/Constants.cs @@ -0,0 +1,8 @@ +namespace Yavsc.Abstract +{ + public class ConstantsFromAbstract + { + public const string EMailRegexp = @"^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$"; + + } +} \ No newline at end of file