Sustituir Caracteres Especiales PHP

preg_replace('/[^a-zA-Z0-9_%\[().\]\\/-]/s', '', $String);
Powerful Petrel