• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/classes/general/im_message_param.php
  • Класс: CIMMessageParamAttach
  • Вызов: CIMMessageParamAttach::removeNewLine
static function removeNewLine($text)
{
	$text = preg_replace('/R/'.BX_UTF_PCRE_MODIFIER, ' ', $text);
	return $text;
}