chaz
Sun 1 June 2008, 06:04 am GMT +0200
Regular expression help with image extensions
Quote:
(! preg_match( "/^<img src/i", $show ) )
hi there i need to select all images with extension .png|.jpg|.gif
How do i alter the above RE to exclude images? thanks
Quote:
(! preg_match( "/^<img src/i", $show ) )
hi there i need to select all images with extension .png|.jpg|.gif
How do i alter the above RE to exclude images? thanks