regular expresion

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

 



I want to parse a html file
for instance

<body>
<p>aaa jjjj mmmm dddd yyyy ssss</p>
<b>aaa hhh mmmm dddd yyyy ssss</b>
<p>aaa eee mmmm dddd yyyy ssss</p>
<i>aaa kkkk mmmm dddd yyyy ssss</i>
</body>

and I want to create a regular expresion wich is able to extract entire text
from enclosed tags WITHOUT a particular word
for example               eee
final I want to obtain this result

aaa jjjj mmmm dddd yyyy ssss
aaa hhh mmmm dddd yyyy ssss
aaa kkkk mmmm dddd yyyy ssss

Any solution?


thank you

Silviu

-- 
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