On 14 September 2004 10:19, Christophe Chisogne wrote:
> I'm looking for more detailed information about preg_replace
> (and other perl regex functions) than in the php manual,
> specifically about different escape rules interaction.
[]
> The 'pattern' argument is a string, but how does php
On Tue, 14 Sep 2004 11:18:33 +0200, Christophe Chisogne
<[EMAIL PROTECTED]> wrote:
>
> In a word:
>
> I'm looking for more detailed information about preg_replace
> (and other perl regex functions) than in the php manual,
> specifically about different escape rules interaction.
>
> In more words
In a word:
I'm looking for more detailed information about preg_replace
(and other perl regex functions) than in the php manual,
specifically about different escape rules interaction.
In more words:
PHP has it's own way of escaping strings [2]
Ex \ within '' is '\' (or '\\' if at the end or before
3 matches
Mail list logo