- To: php-general General <php-general@xxxxxxxxxxxxx>
- Subject: help with preg_match
- From: Chris Purves <chris@xxxxxxxxxxxx>
- Date: Sun, 03 Jun 2012 21:26:13 -0300
- User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
Hello,
I am trying to use preg_match to match something from an html file.
Within the html file is some text that looks like:
<span>Something, something end</span>
I know that the text ends 'end', but I don't know what the Something,
something is. I am using preg_match as follows:
preg_match('/[^>]*end/',$curl_response,$matches);
I want to match 'end' and everything before it that is not '>'.
The problem appears to be with the '>'. I have tried escaping (\>), but
it didn't make a difference. The php script hangs when it tries to run
this function.
--
Chris Purves
"There's a time to think, and a time to act. And this, gentlemen, is no
time to think." - Sheriff Bud B. Boomer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[PHP Home]
[Apache Users]
[PHP on Windows]
[Kernel Newbies]
[PHP Install]
[PHP Classes]
[Pear]
[Postgresql]
[Postgresql PHP]
[PHP on Windows]
[Find Someone]
[PHP Database Programming]
[PHP SOAP]