Код: Выделить всё
$string = ' Total 1 779,00 Total 2 867,25 Total 3 939,00';
Я пробовал :
Код: Выделить всё
$match = preg_split('[(]*>.*?)]', $string , NULL, PREG_SPLIT_DELIM_CAPTURE);
Подробнее здесь: https://stackoverflow.com/questions/364 ... o-an-array
Мобильная версия