Код: Выделить всё
$incoming_data = 'a title';
Я безуспешно попробовал приведенный ниже код.
Код: Выделить всё
result = preg_replace('#(.*?)#', ' ', $incoming_data);
Подробнее здесь: https://stackoverflow.com/questions/333 ... eg-replace
Код: Выделить всё
$incoming_data = 'a title';
Код: Выделить всё
result = preg_replace('#(.*?)#', ' ', $incoming_data);