Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<? $re = '/text\/">\/\/(.*?)<\/h1>/'; $str = '<h1 class="sg-text sg-text--headline sg-text--regular" itemprop="text"> Information </h1>'; preg_match_all($re, $str, $matches); // Print the entire match result print_r($matches); ?>
$re = '/<h1 [^>]+>(.*?)<\/h1>/s';
<h1 class="sg-text sg-text--headline sg-text--regular"itemprop="text/">//Information</h1>