|
Posted by JDS on 06/15/05 18:44
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?
--
JDS | jeffrey@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/
Navigation:
[Reply to this message]
|