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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -