I want to validate an email field using regex in such a way that my email has to has @moore in it. like a@moore.af, b@moore.sg, and so on. how can I write its pattern? I am