Re: Help with preg_match_all()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks!

Worked like a charm!

*Problem solved*


On Mon, 1 Nov 2004 03:01:12 +0000, Curt Zirzow
<php-general@xxxxxxxxxxxxxxxxx> wrote:
> * Thus wrote Francisco Javier Escoppinichi Fernndez:
> > Hello people...
> >
> > I'm relatively a beginner with regular expressions, so I need a little
> > help here.. I hope you can help me...
> 
> If you read the whole section @ http://php.net/pcre you'll be able
> to do this in your sleep.
> 
> >
> > Ok, I have a HTML file with several tags like this:
> > {$base.username}
> > {$base.date}
> > {$blog.lastpost}
> >
> > And so on.. It's a kind of a template system... well... I need to
> > create a expression to get all the tags from the HTML with
> > preg_match_all() in order to have them in a array...
> 
> So your looking from something that starts with '{' and continues
> while not a ')' ...
> 
>   /{([^}]*?)}/
> 
> Curt
> --
> Quoth the Raven, "Nevermore."
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
Francisco Javier Escoppinichi Fernández
Email: fjefdez@xxxxxxxxx
Web: http://www.fire-dragon.net/
MSN: dragon@xxxxxxxxxxxxxxx
Cel: 044 (612) 348 91 00

"Sólo hay 3 cosas que no vuelven atrás: la palabra emitida, la flecha
lanzada y la oportunidad perdida."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux