!ie', "codeTransform('$1')", $post_body); // transform all the image tags $post_body = preg_replace('!!ie', "imageTransform('$1', '$2', '$3', '$4', '$5', '$6')", $post_body); // $post_body now contains your complete, transformed post, ready to be printed out: print $post_body; ?>