validation - Parse and Validate Fullname field? -


is there client-side library/plugin, validate fullname input field (last name required)? changing fistname , lastname fields fullname field.

it should parse field first , last names, e.g:

john  - invalid john smith - valid john smith jr - valid john long smith jr - valid mr john long smith jr.  ??? first , last names?  etc 

i using parsley.js, doesn't parse full names first , last names.

i may found answer own question:

https://github.com/joshfraser/javascript-name-parser


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -