If you intend on using regex's intensively (or at all really) do yourself a
favor and get mastering regular expressions from o'reilly...it has more than
you'll probably care to know at first, but so many good examples, and such a
detailed analysis, that you'll become really comfortable and won't playing
the guessing that i for one used to...
-jack
-----Original Message-----
From: Gyozo Papp [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 15, 2001 4:04 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] still not friends with RegExps..
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]
--
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]