Beispiel #1
0
 public function getPostalCodeRegex($locale = null)
 {
     if (!isset($locale)) {
         $locale = Locale::getLocale();
     }
     return $this->getPostalCodeRegexByCountry(Locale::getRegion($locale));
 }