Home
last modified time | relevance | path

Searched refs:REGEX_GIVN (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/SurnameTradition/
H A DIcelandicSurnameTradition.php76 if (preg_match(self::REGEX_GIVN, $this->extractName($father), $match) === 1) {
H A DDefaultSurnameTradition.php39 protected const REGEX_GIVN = '~^(?<GIVN>[^/ ]+)~'; define in Fisharebest\\Webtrees\\SurnameTradition\\DefaultSurnameTradition