RE: [PHP] Question to eregi Syntax

2005-07-07 Thread Shaw, Chris - Accenture
Do a search on the php website or the php offline manual for "Pattern Syntax" -Original Message- From: janbro [mailto:[EMAIL PROTECTED] Sent: 07 July 2005 15:30 To: php-general@lists.php.net Subject: [PHP] Question to eregi Syntax * This

[PHP] Question to eregi Syntax

2005-07-07 Thread janbro
Hi List, my research hasn't turned anything useful up. Probably 'cause I don't have enough info. I've been playing around with the ereg function. What I was wondering is what is the ^ for like in the below example? ereg('[^[:space:]a-zA-Z0-9_.-]{1,}', $name) thx janbro -- PHP General Mai