|
Posted by Papkin on 04/26/07 07:56
Hi
if ( eregi("^[\&/[:space:]/a-zA-Z0-9±ęćłń󶿼ˇĆĘŁŃÓ¦¬Ż\.\/\/-]{2,65}$","Merry
& Cat") )
return true;
else
return false;
I'd like to match also "&" but this regexp above does not do this, adding \&
does not help. Any ideas?
Thank you
Navigation:
[Reply to this message]
|