joshfraser/PHP-Name-Parser

split "lastname" into "surname prefix" and "surname"

Opened this issue · 0 comments

hi Josh, i see you have a nice name parser. one of your fields coming out is "lastname"; is it also possible to add to additional fields "surname prefix" and "surname", so in essence splitting intelligent the "lastname" into 2 parts. some applications require the separation, and then it is difficult how to split a lastname into those 2 parts. Do you have a solution?