• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar_webservice.php
  • Класс: CCalendarWebService
  • Вызов: CCalendarWebService::ClearOutlookHtml
static function ClearOutlookHtml($html)
{
	$q = tolower($html);
	if (($pos = mb_strrpos($q, '')) !== false)
	{
		$html = mb_substr($html, $pos + 7);
		$q = tolower($html);
	}

	if (mb_strpos($q, ']*>((s|S)*)/is", "$3", $html);
		$q = tolower($html);
	}

	if (($pos = mb_strrpos($q, '')) !== false)
	{
		$html = mb_substr($html, 0, $pos);
	}

	$html = str_replace('
', "rn
", $html); $html = str_replace(array(" ", " "), "", $html); $html = preg_replace("/]*>/", '', $html); $html = trim($html); $html = preg_replace("/(s|S)*/is".BX_UTF_PCRE_MODIFIER,"", $html); $html = preg_replace("/
(n|r)+/is".BX_UTF_PCRE_MODIFIER,"
", $html); // mantis: 75493 $html = preg_replace("/.*/*s*Styles*Definitionss**/s.+?;}