<?php $text = '<strong>this test is strong</strong> this text is out tags'; print_r(preg_split('/\s*<strong>(.*?)<\/strong>\s*/s', $text, -1, PREG_SPLIT_NO_EMPTY| PREG_SPLIT_DELIM_CAPTURE));
You have javascript disabled. You will not be able to edit any code.