RE: [PHP] Re: Translation Request--Altavista Babelfish can't do it

2002-04-29 Thread Ford, Mike [LSS]
> -Original Message- > From: Hugh Bothwell [mailto:[EMAIL PROTECTED]] > Sent: 27 April 2002 01:15 > > "Vins" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > if(!ereg("^#(.)*$", $buffer[$i])) > > { > > echo "ok"; > > } > > > > what does this mean

[PHP] Re: Translation Request--Altavista Babelfish can't do it

2002-04-26 Thread Hugh Bothwell
"Vins" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > if(!ereg("^#(.)*$", $buffer[$i])) > { > echo "ok"; > } > > what does this mean? It takes a string ($buffers[$i]) and tries to match it with a regular expression. The expression reads "a string beginni