I’m trying to write a regular expression that checks if an email form field contains a free email address, with no luck. Essentially I need to check if the email contains: hotmail, yahoo, gmail etc in the email field. Answer regex would be sth like: you can add all the other domains you want… does it help you?