$line=$body; if (preg_match('/^.{1,350}b/su', $body, $match)) { $line=$match[0]; }
mb_substr($body, 0, strpos($body, ' ', 350),'UTF-8')