public static function fromName(Name $name)
 {
     return preg_replace('~\\P{Xan}++~u', '', sprintf($name->toShortFormat()));
 }