Re: [PHP] Re: Question to eregi Syntax

2005-07-07 Thread david forums
Just for information preg_match is 4-5 times more faster. regards david Le Thu, 07 Jul 2005 19:26:32 +0200, M. Sokolewicz <[EMAIL PROTECTED]> a écrit: Philip Hallstrom wrote: janbro wrote: Hi List, my research hasn't turned anything useful up. Probably 'cause I don't have enough info

Re: [PHP] Re: Question to eregi Syntax

2005-07-07 Thread M. Sokolewicz
Philip Hallstrom wrote: janbro wrote: 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,}',

Re: [PHP] Re: Question to eregi Syntax

2005-07-07 Thread Philip Hallstrom
janbro wrote: 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 it deno