Guest User

Untitled

a guest
Jan 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if (Regex.IsMatch(input, "[0-9]:[a-zA-Z0-9]:[a-zA-Z0-9]@[a-zA-Z0-9]") == true)
  2. {
  3. Console.WriteLine("Correct.");
  4. }
  5.  
  6. [0-9]+:[a-zA-Z0-9]+:[a-zA-Z0-9]+@[a-zA-Z0-9]+
Add Comment
Please, Sign In to add comment