Searched refs:CHEAP_ADDRESS_RE (Results 1 – 2 of 2) sorted by relevance
25 const CHEAP_ADDRESS_RE = '(?#Start of dot-atom define in Swift_Message_Encoder56 while (preg_match('/^(.*?)(<' . self::CHEAP_ADDRESS_RE . '>)/s', $input, $matches))
332 …if (is_string($recipients) && preg_match("/^" . Swift_Message_Encoder::CHEAP_ADDRESS_RE . "\$/", $…340 … if (is_string($from) && preg_match("/^" . Swift_Message_Encoder::CHEAP_ADDRESS_RE . "\$/", $from))