[ create a new paste ] login | about

Link: http://codepad.org/7afbP43z    [ raw code | output | fork ]

alpat - PHP, pasted on Oct 14:
1
2
3
4
5
6
7
<?php

$text   = '<div class="about_us_item"><h2>Privacy Policy</h2><div>::cck::34::/cck::<br>::introtext::<h3>Introduction</h3>
<p>John Blogs respects the privacy of each Visitor.';
$result = preg_replace('/::cck::([0-9]*)::\/cck::<br>::introtext::/', '', $text);

var_dump($result);


Output:
1
2
string(129) "<div class="about_us_item"><h2>Privacy Policy</h2><div><h3>Introduction</h3>
<p>John Blogs respects the privacy of each Visitor."


Create a new paste based on this one


Comments: