Searched refs:REGEX_GIVN (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/SurnameTradition/ | ||
H A D | IcelandicSurnameTradition.php | 76 if (preg_match(self::REGEX_GIVN, $this->extractName($father), $match) === 1) { |
H A D | DefaultSurnameTradition.php | 39 protected const REGEX_GIVN = '~^(?<GIVN>[^/ ]+)~'; define in Fisharebest\\Webtrees\\SurnameTradition\\DefaultSurnameTradition |