<?php $s = 'as++\da32~~|--+|423!@#$$^&**#@%#&**():" dasda ""<><{}[]/???/'; // +-><()~*:""&| echo $s; echo "\n"; $s_new = preg_replace('~[\\+-><]~', '', $s); echo $s_new;
You have javascript disabled. You will not be able to edit any code.