Code

name-parser-php.html

// Name normalization function in PHP: splits a full name into // forename and surname, taking into account various common // surname prefixes and suffixes. // // By Jed Hartman (logos@kith.org), 11 February 2007. // For more info, see: // http://www.kith.org/journals/jed/2007/02/11/3813.html // // This code is in the public domain; no rights reserved. Use as […]

Read More