about | help | code help+videos | done | prefs |
regex_verifyLastFirst
Given a String, return true if it is a valid Lastname, Firstname. The first and last names should start with a capital letter and then have one or more lowercase letters. There should be no symbols or numbers or anything else other than the comma and space in the middle separating them. regex_verifyLastFirst("Monroe, David") → true regex_verifyLastFirst("monroe, david") → false regex_verifyLastFirst("Guidry, Aaron") → true ...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