Contact: aviboots(AT)netvision.net.il
39,959 questions
51,901 answers
573 users
$string = 'php c++ c c# java'; if (preg_match('/[`!@#$%^&*()_+\-=\[\]{};\':"\\|,.<>\/?~]/', $string)) { echo "yes"; } else { echo "no"; } /* run: yes */