PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $string = 'poster|text||title|text||title_en|text||year|2020||description|тут могут быть любые символы||countries|text||genres|text|| .....'; preg_match('/(\|\|description\|[^|]+\|\|)/', $string, $matches); var_dump($matches[1]);
Show:  
Copy Clear