title|Name text||text|Text text...
Related questions
$str = 'title|Title text||text|Text text...'; echo explode('|', str_replace('||', '|', $str))[1];
Find more questions by tags PHP