webdev007
Programmer
- Sep 9, 2005
- 168
Well, I tried adding simple and double quote to my
preg_match but without success.
I tought it was not required to escape them in the regex.
Tried that, tried escaping.. no result
How may I allow for htose quotes?
if (!preg_match("/^[a-zA-Z0-9 \,\;\.\-\$\:\!\/?\/\< \>]+$/m",$this->any_text=$any_text) )
Thank you
preg_match but without success.
I tought it was not required to escape them in the regex.
Tried that, tried escaping.. no result
How may I allow for htose quotes?
if (!preg_match("/^[a-zA-Z0-9 \,\;\.\-\$\:\!\/?\/\< \>]+$/m",$this->any_text=$any_text) )
Thank you