You are here: Re: PHP4 : Extract text from HTML file « All PHP « IT news, forums, messages
Re: PHP4 : Extract text from HTML file

Posted by Rik on 07/05/06 10:05

trihanhcie@gmail.com wrote:
> It can be :
> <td> text1 </td>
> or
> <td>
> text1
> </td>
> or anything else
>
> eregi("<td(.*)>(.*)(</td>?)",$text,$regtext);
---------------------------^
This doesn't do what you think it does

> The problem is that, if I have
> <td> text</td>
> <td>text2</td>
>
> regtext will return text</td><td>text2.
>
> How can I change the expression so that it stops at the first
> occurence of </td>?

An asterisk (*) can made non-greedy (i.e. capturing untill the next match is
true) by placing a question mark after it.

preg_match_all('|<td[^>]*>(.*?)</td>|i',$text,$matches);

Grtz,
--
Rik Wasmus

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация