On Wed, Jul 9, 2008 at 5:21 AM, Maxim Antonov <[EMAIL PROTECTED]> wrote:
> Hi, all!
>
> I try to use folowing regular expression:
> $out =
> preg_replace('#\{%%%.*?\{%bigfoto%\}.*?%%%\}#is','==REPLACEMENT==',$str);
>
> It not work as I need. Please tell me - what I do wrong?
>
> I have string:
>
>
Your description of the problem is confusing.
Do you simply want to delete a table row if it contains a variable, e.g., $var='bigfoto' and append
"==REPLACEMENT==" ? Where $var can be anything you assign.
Maxim Antonov wrote:
Hello.
But I need no td and tr inside regular expression
It is a
> -Original Message-
> From: Maxim Antonov [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 10, 2008 4:24 AM
> To: php-general@lists.php.net; Daniel Brown
> Subject: Re: [PHP] Need help with regular expression
>
> Hello.
>
> But I need no td and tr inside r
Hello.
But I need no td and tr inside regular expression
It is a part of my templater.
In real code it looks like:
if(strlen($item[$key])<1){
return
preg_replace('#\{%%%.*?\{%'.$key.'%\}.*?%%%\}#is','',$tpl);
}
if one of $key inside {%%% %%%} points to emp
On Wed, Jul 9, 2008 at 5:21 AM, Maxim Antonov <[EMAIL PROTECTED]> wrote:
> Hi, all!
>
> I try to use folowing regular expression:
> $out =
> preg_replace('#\{%%%.*?\{%bigfoto%\}.*?%%%\}#is','==REPLACEMENT==',$str);
>
[snip!]
>
> I need result as:
>
> NAME: size="80"/>
> Foto:
> {%%}
>
> ==R
5 matches
Mail list logo