This gist includes what I wrote for my self.
/\A[a-z_]{3,}\@(student\.)?college\.edu\z/
WARNING:
It doesn't work very well with
[email protected]
or[email protected]
/\A[^@\s]+@[^@\s]+\z/
This gist includes what I wrote for my self.
/\A[a-z_]{3,}\@(student\.)?college\.edu\z/
WARNING:
It doesn't work very well with
[email protected]
or[email protected]
/\A[^@\s]+@[^@\s]+\z/