Searched refs:PUNCTUATION (Results 1 – 1 of 1) sorted by relevance
62 private const string PUNCTUATION = ',.:;?!';279 …if (str_contains(self::PUNCTUATION, $nextLetter) || str_contains(self::OPEN_PARENTHESES, $nextLett…856 if (str_contains(self::PUNCTUATION, $trailingChar)) {