Searched refs:PLACE_SEPARATOR_REGEX (Results 1 – 3 of 3) sorted by relevance
52 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $location_name, -1, PREG…
59 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $place_name, -1, PREG_SPLI…
262 public const PLACE_SEPARATOR_REGEX = '/ *,[, ]*/'; define in Fisharebest\\Webtrees\\Gedcom