예제 #1
0
 public static bool IsValidEmail(string text)
 => EmailParser.IsMatching(text);