,biCapSkip:list,biCapFamilyNameStartWith:list}> */ public static function get(): array { return [ // All "Mc…" handled by generic Mc capitalization rule. 'mac' => [ 'biCapStartWith' => [ 'Ali', 'Alli', 'Arthu', 'D', 'Ew', 'Elr', 'G', 'Hale', 'Hugh', 'Inty', 'Iver', 'Inn', 'Isa', 'Laine', 'Lean', 'Kay', 'Kinn', 'Kinsey', 'Lar', 'Rae', 'V', ], 'biCapSkip' => ['kayl'], 'biCapFamilyNameStartWith' => [], ], 'de' => [ 'biCapStartWith' => [ 'Angelo', 'Generes', 'Leon', 'Long', 'Luca', 'Marco', 'Rosa', 'Santis', 'Shields', 'Soto', 'Vito', 'Witt', 'Young', ], 'biCapSkip' => [], 'biCapFamilyNameStartWith' => [], ], 'di' => [ 'biCapStartWith' => [ 'Angelo', 'Benedetto', 'Caprio', 'Franco', 'Giovanni', 'Lorenzo', 'Maggio', 'Marco', 'Martino', 'Natale', 'Nardo', 'Pietro', 'Renzo', 'Salvo', 'Stefano', ], 'biCapSkip' => [], 'biCapFamilyNameStartWith' => [], ], 'du' => [ 'biCapStartWith' => [ 'Bois', 'Chesne', 'Fresne', 'Page', 'Plessis', 'Pont', 'Vall', ], 'biCapSkip' => [], 'biCapFamilyNameStartWith' => [], ], 'la' => [ 'biCapStartWith' => [ 'Barge', 'Croix', 'Porta', 'Rosa', 'Salle', 'Tour', ], 'biCapSkip' => [], 'biCapFamilyNameStartWith' => ['Rue'], ], 'le' => [ 'biCapStartWith' => [ 'Blanc', 'Bron', 'Fevre', 'Page', 'Roux', 'Vasseur', ], 'biCapSkip' => [], 'biCapFamilyNameStartWith' => [], ], 'van' => [ 'biCapStartWith' => [ 'Buren', 'Camp', 'Cleef', 'Dorn', 'Dyke', 'Fleet', 'Halen', 'Pelt', 'Sant', ], 'biCapSkip' => [], 'biCapFamilyNameStartWith' => [], ], ]; } }