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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -