• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/onec/converter.php
  • Класс: BitrixSaleExchangeOneCConverter
  • Вызов: Converter::toText
static function toText($value)
{
	$value = preg_replace('/]*>.*?/is', '', $value);
	$value = preg_replace('/]*>.*?/is', '', $value);
	$value = preg_replace('/]*>.*?/is', '', $value);

	return html_entity_decode(
		strip_tags(
			preg_replace('/(]*>)+/is'.BX_UTF_PCRE_MODIFIER, "n", $value)
		)
	);
}