In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Dave) wrote:
> Am partially successfull after taking a further look into things. the
> following
> (while ugnly) correctly catches everything except the \ character for some
> reason. ideas?
>
> if(preg_match("/['".'" ,!@#$%\^&*()+=\/\\:;?|]
Am partially successfull after taking a further look into things. the following
(while ugnly) correctly catches everything except the \ character for some
reason. ideas?
if(preg_match("/['".'" ,!@#$%\^&*()+=\/\\:;?|]/',$MyString)){
# echo error, character found
}
>-Original Message
2 matches
Mail list logo