if (preg_match("~^(.*)(
  • )(.*?)(<\/li>.*)$~is",$flux['data'], $match)) { $start = $match[1].$match[2] ; $content = $match[3] ; $end = $match[4] ;