if(preg_match('/^[A-Za-z0-9'.implode('',$charset).']+$/',$string)) { echo 'ok!'; } else { echo 'fejl!'; }