-Original Message-
From: Fabrice Lezoray [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 01, 2004 2:52 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: regex help needed
hi
M. Sokolewicz a écrit :
You could try something like:
$return = preg_replace('#(.*)#Uie',
'str_replace(&q
What are 'Uie' and 'sie'?
Thanks again!
Kathleen
-Original Message-
From: Fabrice Lezoray [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 01, 2004 2:52 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: regex help needed
hi
M. Sokolewicz a écrit :
> You could try so
hi
M. Sokolewicz a écrit :
You could try something like:
$return = preg_replace('#(.*)#Uie', 'str_replace("", "", "$1")');
- Tul
Kathleen Ballard wrote:
Sorry,
Here is the code I am using to match the tags:
.*
I think this mask is better :
`.*?`sie
I have removed all the NL and CR chars from the
You could try something like:
$return = preg_replace('#(.*)#Uie', 'str_replace("", "", "$1")');
- Tul
Kathleen Ballard wrote:
Sorry,
Here is the code I am using to match the tags:
.*
I have removed all the NL and CR chars from the string
I am matching to make things easier. Also, I have run
tidy
First, the prob you got : WARNING
comes from the following error:
(\s+face=\"Verdana, Arial, Helvetica, sans-serif\"|)>
After the | (OR) sign, you must define another case, example:
echo eregi_replace ("(\s*)\s*\s*purchasing power parity", '%POWER%',
'sdsdssPurchasing power parity');
Secondl
5 matches
Mail list logo