I somehow can't get this to work. I want at least one name but also the possibility to add more names separated by a comma and space.
This is what i got:
var exp_name2 = /^[A-Z]{1}[a-z-]*[,\s][A-Z]{1}[a-z-]$/;
Any ideas how I can do this?
以上就是EREG expression for one or more first names separated by comma的详细内容,更多请关注web前端其它相关文章!