For example, there is a string
<div> Дата прибытия: <input type="text" value="14.11.2016" /> </div> <div> Склад получения: <input type="text" value="Москва, ул. Тратата, 37" /> </div> Is it possible to put such text somehow in one pocket with the help of preg_math() Дата прибытия: 14.11.2016 ?
Not yet the whole PCRE studied.