about | help | code help+videos | done | prefs |
regex_verifyEmailAddress
Given a String, return true if it contains a valid gmail or yahoo email address. It should have some text without spaces and then end with @gmail.com or @yahoo.com. It should not have spaces anywhere or have multiple @ signs. regex_verifyEmailAddress("johndoe@gmail.com") → true regex_verifyEmailAddress("janesmith@gmail.com") → true regex_verifyEmailAddress("johndoe@gmail .com") → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy