Ok, now it's time to get familiar with preg?

If this stands, can you give me a link  to a good tutorial with tons of examples 
beside the PHP manual?
The most effective way to learn is to see how it works, I think.

----- Original Message ----- 
From: "CC Zona" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 2001. május 15. 21:43
Subject: Re: [PHP] still not friends with RegExps..


> In article <00c301c0dd69$a64de040$6a45c5d5@jaguar>,
>  [EMAIL PROTECTED] ("Gyozo Papp") wrote:
> 
> > There is a function quotemeta() which escapes all special regexp character 
> > such as:
> >     . \ + * ? [ ^ ] ( $ )
> > with a '\' except one the  '|' pipe.
> 
> Forget quotemeta().  Use preg_quote() instead.
> 
> -- 
> CC
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to