Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DRightToLeftSupport.php62 private const string PUNCTUATION = ',.:;?!';
279 …if (str_contains(self::PUNCTUATION, $nextLetter) || str_contains(self::OPEN_PARENTHESES, $nextLett…
856 if (str_contains(self::PUNCTUATION, $trailingChar)) {