<?php $string = "Hello, there! Welcome to <>?@#$!& our site<!END!>"; $string = preg_replace("/<!END!>(*SKIP)(FAIL)|[^A-Za-z0-9 ]/", "", $string); echo $string;
You have javascript disabled. You will not be able to edit any code.