<?php $str = "Remove this [tags]amateur, anal, teen,etc[/tags] stuff out of here!"; $regexp = "#\[tags\](.*?)\[/tags\]#is"; echo preg_replace($regexp, "", $str); ?>