|
Posted by Captain Dondo on 06/15/05 18:59
JDS wrote:
> On Wed, 15 Jun 2005 08:39:45 -0700, Captain Dondo wrote:
>
>
>>I want the RE to not match....
>>
>>The RE I am using is
>>
>>$re = '<[aA] .*image=([a-zA-Z0-9.:/-]*).*/>';
>>
>>and the actual match is done via:
>>
>>preg_match_all ( $re, $text , $matches, PREG_OFFSET_CAPTURE);
>>
>>TIA...
>
>
> Are you getting any errors? What are they?
>
No, but my RE always pulls out the URL.. I can't figure out how to make
it conditional:
Only match if URL doesn't contain prev or next and be case insensitive
....
[Back to original message]
|