mmm.. found the solution:
$content = get_the_content();
$content = apply_filters('the_content', $content);
$panels = explode("[newpage]", $content);
🙂
That works, thanks, though the preg_replace is preg_replace(‘class=”page_item’, ‘/class=”first page_item/’, $page_list, 1);
Thanks 🙂