Home
last modified time | relevance | path

Searched refs:PLACE_SEPARATOR_REGEX (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DPlaceLocation.php52 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $location_name, -1, PREG…
H A DPlace.php59 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $place_name, -1, PREG_SPLI…
H A DGedcom.php262 public const PLACE_SEPARATOR_REGEX = '/ *,[, ]*/'; define in Fisharebest\\Webtrees\\Gedcom