I want to validate an email field using regex in such a way that my email has to has @moore in it. like [email protected], [email protected], and so on. how can I write its pattern? I am using typescript and angular reactive form.
Your help is much appreciated.