* Thus wrote Brent Clark ([EMAIL PROTECTED]):
> Hi all
> how do you search for a * in preg_match

You need to escape it:
  preg_match('/\*/', $var);

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to