> -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
"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
2 matches
Mail list logo