<?php $string = "This is a placeholder #string and it looks @great right?"; $newstring = preg_replace("/@\w+\s/", "", $string); print $newstring;
You have javascript disabled. You will not be able to edit any code.